Godot Engine – Multi-platform 2D and 3D game engine https://github.com/godotengine/godot.git
 
 
 
 
 
 
Go to file
Rémi Verschelde 820dd1d001 Version 2.0.4.1, hotfix for #5620 2016-07-10 11:45:08 +07:00
bin
core corrently parse utf8 from zip_io open, closes #1708 2016-07-09 00:08:33 +07:00
demos
doc classref: Add docs for InputEvent* and InputMap 2016-07-08 23:45:31 +07:00
drivers Fix builtin OpenSSL configuration 2016-07-10 10:30:17 +07:00
main Revert "update EditorDirDialog on external change, closes #4629" 2016-07-10 10:30:05 +07:00
modules Fix bug in inner class reference, closes #1411 2016-07-08 18:42:07 +07:00
platform fixes #5464 windows_joystick close_joystick bug 2016-07-10 10:30:17 +07:00
scene classref: Fix arg name for is_action_pressed/released 2016-07-08 23:41:58 +07:00
servers
tools Finally fixes the infamous bug #4444, hoping to never see you again. 2016-07-10 10:30:17 +07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
ISSUE_TEMPLATE
LICENSE.md
LOGO_LICENSE.md
README.md
SConstruct added "arch" parameter, made iphone use it to build isim 2016-07-09 00:54:22 +07:00
icon.png
icon.svg
logo.png
logo.svg
methods.py
version.py Version 2.0.4.1, hotfix for #5620 2016-07-10 11:45:08 +07:00

README.md

GODOT

https://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 is hosted on ReadTheDocs.

Binary Downloads, Community, etc.

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

https://godotengine.org

Compiling from Source

See docs for compilation instructions for every platform: http://docs.godotengine.org/en/latest/reference/_compiling.html

Build Status