Go to file
2016-02-18 10:34:45 +00:00
bin -Made some icon data types smaller so they take up less space 2016-02-11 00:01:35 -03:00
core fix color when hue is set to 1 2016-02-18 10:34:45 +00:00
demos Drop polygon path finder demo 2016-02-17 21:14:59 +01:00
doc Merge pull request #3754 from akien-mga/pr-subtract 2016-02-17 23:33:13 +01:00
drivers Forgot to correct the ERR_FAIL_COND_V. 2016-02-12 07:50:35 +01:00
main fix is_joy_mapped return value 2016-02-16 23:23:06 +01:00
modules Merge pull request #3658 from Hinsbart/doc_joyevent 2016-02-11 07:17:43 +01:00
platform Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT 2016-02-17 23:01:27 +01:00
scene Fix NavigationPolygon references in _bind_method 2016-02-17 18:46:31 +01:00
servers refix particles3d issue, bringing down the amount limit to 1024 2016-02-16 08:56:31 +00:00
tools Merge pull request #3749 from akien-mga/pr-codeblock 2016-02-17 23:04:42 +01:00
.editorconfig
.gitattributes
.gitignore
.travis.yml Remove two redundant CI builds 2016-02-17 23:23:21 +01:00
CONTRIBUTING.md Enhance instructions for contributors 2016-02-12 14:12:04 +01:00
godot_icon.png
godot_icon.svg
godot_logo.svg
LICENSE.md
LOGO_LICENSE.md
logo.png
methods.py
README.md
SConstruct
version.py -bump version to rc1 2016-02-08 17:36:09 -03:00

GODOT

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 the OpenProject Wiki.

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://godotengine.org/projects/godot-engine/wiki/Advanced_topics

Build Status