Go to file
Rémi Verschelde b9ac3df29b Merge pull request #4259 from neikeq/pr-issue-4224
Fix RayCast not updating when debugging collissions
2016-04-07 14:13:48 +02:00
bin
core Remove trailing spaces 2016-04-02 20:26:12 +02:00
demos Merge pull request #4169 from slapin/ik 2016-04-06 18:32:38 +02:00
doc Remove trailing spaces 2016-04-02 20:26:12 +02:00
drivers free Material 'shadow_material_double_sided' on ::finish() 2016-04-03 19:24:14 +02:00
main
modules Merge pull request #4169 from slapin/ik 2016-04-06 18:32:38 +02:00
platform memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() 2016-04-03 19:24:39 +02:00
scene Merge pull request #4259 from neikeq/pr-issue-4224 2016-04-07 14:13:48 +02:00
servers Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize 2016-03-15 10:22:09 +01:00
tools Merge pull request #4258 from neikeq/pr-imp-canvas-select 2016-04-07 14:12:44 +02:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
icon.png
icon.svg
ISSUE_TEMPLATE
LICENSE.md
LOGO_LICENSE.md
logo.png
logo.svg
methods.py Remove trailing spaces 2016-04-02 20:26:12 +02:00
README.md
SConstruct Remove trailing spaces 2016-04-02 20:26:12 +02:00
version.py Enter the 2.1 alpha phase 2016-03-22 18:45:19 +01:00

GODOT

http://www.godotengine.org

The Engine

Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours.

About

Godot has been developed by Juan Linietsky and Ariel Manzur for several years, and was born as an in-house engine, used to publish several work-for-hire titles. Godot is a member project of the Software Freedom Conservancy

Documentation

Documentation has been moved to ReadTheDocs.

Binary Downloads, Community, etc.

Binary downloads, community, etc. can be found in Godot homepage:

http://www.godotengine.org

Compiling from Source

Compilation instructions for every platform can be found in the Wiki: http://docs.godotengine.org/en/latest/reference/_compiling.html

Build Status