Godot Engine – Multi-platform 2D and 3D game engine
Go to file
Rémi Verschelde 48f057ea81 Merge pull request #4193 from Paulb23/text_edit_insert_mode
Added insert mode to text editor
2016-04-02 20:25:24 +02:00
bin
core Add support for patch versions (2.0.x) 2016-03-22 18:41:09 +01:00
demos Port 2D demos to TSCN/TRES formats 2016-04-02 14:39:08 +02:00
doc doc/base/classes.xml: String.match, Node.find_node 2016-03-27 08:21:14 -04:00
drivers
main
modules remove trailing whitespace 2016-03-09 00:00:52 +01:00
platform Merge pull request #4105 from akien-mga/pr-android-shutdown-adb 2016-03-20 18:34:05 +01:00
scene Merge pull request #4193 from Paulb23/text_edit_insert_mode 2016-04-02 20:25:24 +02:00
servers
tools Option to toggle line numbers 2016-03-30 19:16:52 +01:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
ISSUE_TEMPLATE
LICENSE.md
LOGO_LICENSE.md
README.md
SConstruct inherit PKG_CONFIG_PATH from environment 2016-03-30 10:44:58 -04:00
icon.png
icon.svg
logo.png
logo.svg
methods.py Add support for patch versions (2.0.x) 2016-03-22 18:41:09 +01:00
version.py Enter the 2.1 alpha phase 2016-03-22 18:45:19 +01:00

README.md

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