Godot Engine – Multi-platform 2D and 3D game engine
Go to file
Rémi Verschelde 2da1614beb Android: Remove unusable android_stl=no option
As of 3.1 and later, we have too many thirdparty C++ dependencies
and some internal uses of `new` and `delete` too for it to make
sense to build without the STL on Android.

The option has been broken since 3.0, and the "System STL" that we
relied on for basic support of `new` and `delete` is likely to be
dropped from the NDK:
https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md#System-STL
2019-07-30 18:53:38 +02:00
.github
core [Mono] Deprecate Set methods 2019-07-28 17:49:22 -04:00
doc Merge pull request #30890 from KoBeWi/how_to_action 2019-07-30 00:07:49 +02:00
drivers Merge pull request #30911 from hadrien-psydk/optimize_dir_access_unix_get_next_lnk 2019-07-30 00:12:30 +02:00
editor Fixed remote scene tree not collapsing 2019-07-30 15:11:13 +02:00
main Fix set_default_cursor_shape always sending motion event 2019-07-29 14:00:37 -03:00
misc Add microphone privilege settings support back into export and add privilege exist check to camera server for iOS 2019-07-06 15:48:51 +10:00
modules Merge pull request #30909 from Kaligule/patch-1 2019-07-30 00:06:30 +02:00
platform Android: Remove unusable android_stl=no option 2019-07-30 18:53:38 +02:00
scene Merge pull request #30932 from Dragoncraft89/master 2019-07-29 22:41:07 +02:00
servers Remove physics thread getting the gl context 2019-07-27 22:08:10 +03:00
thirdparty zstd: Update to upstream version 1.4.1 2019-07-20 20:47:07 +02:00
.appveyor.yml AppVeyor: Skip saving cache on non-master branches 2019-07-02 18:30:27 +02:00
.clang-format
.editorconfig
.gitattributes
.gitignore Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
.mailmap
.travis.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
COPYRIGHT.txt Merge pull request #30515 from akien-mga/tinyexr-a685e33 2019-07-11 13:45:43 +02:00
DONORS.md
LICENSE.txt
LOGO_LICENSE.md
README.md Add Weblate badge to README.md 2019-07-06 00:22:31 -03:00
SConstruct SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
compat.py
gles_builders.py
icon.png
icon.svg
logo.png
logo.svg
methods.py fix getting correct mingw-w64 version 2019-07-26 00:04:16 +03:00
platform_methods.py
version.py

README.md

Godot Engine logo

Godot Engine

Homepage: https://godotengine.org

2D and 3D cross-platform game engine

Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. It provides a comprehensive set of common tools, so that users can focus on making games without having to reinvent the wheel. Games can be exported in one click to a number of platforms, including the major desktop platforms (Linux, Mac OSX, Windows) as well as mobile (Android, iOS) and web-based (HTML5) platforms.

Free, open source and community-driven

Godot is completely free and open source under the very permissive MIT license. No strings attached, no royalties, nothing. The users' games are theirs, down to the last line of engine code. Godot's development is fully independent and community-driven, empowering users to help shape their engine to match their expectations. It is supported by the Software Freedom Conservancy not-for-profit.

Before being open sourced in February 2014, Godot had been developed by Juan Linietsky and Ariel Manzur (both still maintaining the project) for several years as an in-house engine, used to publish several work-for-hire titles.

Screenshot of a 3D scene in Godot Engine

Getting the engine

Binary downloads

Official binaries for the Godot editor and the export templates can be found on the homepage.

Compiling from source

See the official docs for compilation instructions for every supported platform.

Community and contributing

Godot is not only an engine but an ever-growing community of users and engine developers. The main community channels are listed on the homepage.

To get in touch with the developers, the best way is to join the #godotengine IRC channel on Freenode.

To get started contributing to the project, see the contributing guide.

Documentation and demos

The official documentation is hosted on ReadTheDocs. It is maintained by the Godot community in its own GitHub repository.

The class reference is also accessible from within the engine.

The official demos are maintained in their own GitHub repository as well.

There are also a number of other learning resources provided by the community, such as text and video tutorials, demos, etc. Consult the community channels for more info.

Travis Build Status AppVeyor Build Status Code Triagers Badge Translate on Weblate