Godot Engine mirror. #godot #godotengine #gameengine #engine #cpp

Nuno Donato b51c720c80 fix color when hue is set to 1 9 년 전
bin db43e94175 -Made some icon data types smaller so they take up less space 9 년 전
core b51c720c80 fix color when hue is set to 1 9 년 전
demos 5499755292 Drop polygon path finder demo 9 년 전
doc 16b0cf8bcb Merge pull request #3754 from akien-mga/pr-subtract 9 년 전
drivers aec721b61f Forgot to correct the ERR_FAIL_COND_V. 9 년 전
main 9134ec942e fix is_joy_mapped return value 9 년 전
modules 285c400288 Merge pull request #3658 from Hinsbart/doc_joyevent 9 년 전
platform 130f8fa193 Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT 9 년 전
scene 281236280e Fix NavigationPolygon references in _bind_method 9 년 전
servers 2d1de83434 refix particles3d issue, bringing down the amount limit to 1024 9 년 전
tools 77fd9b1c57 Merge pull request #3749 from akien-mga/pr-codeblock 9 년 전
.editorconfig 956e0a8564 Add .editorconfig 10 년 전
.gitattributes 3e6aaec193 Add SpriteRegionEditor and update Polygon2DUVEditor 10 년 전
.gitignore f0b3bf6a1b Add gradle files to gitignore 9 년 전
.travis.yml 25e1dc4b7f Remove two redundant CI builds 9 년 전
CONTRIBUTING.md c7ca6f31f7 Enhance instructions for contributors 9 년 전
LICENSE.md 3fde252153 Updated copyright to 2016 9 년 전
LOGO_LICENSE.md f0681d3632 logo in svg curves & license 10 년 전
README.md 050caee122 Add travis-ci badge to show the status of master 9 년 전
SConstruct caddcca4f4 -Many fixes to windows build system with Mingw on Windows. Fixes #2690 9 년 전
godot_icon.png 24f3f43457 Add icon to exe file in windows export 10 년 전
godot_icon.svg 24f3f43457 Add icon to exe file in windows export 10 년 전
godot_logo.svg f0681d3632 logo in svg curves & license 10 년 전
logo.png 03fd40149f logo.png 11 년 전
methods.py caddcca4f4 -Many fixes to windows build system with Mingw on Windows. Fixes #2690 9 년 전
version.py bbb31bd835 -bump version to rc1 9 년 전

README.md

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