Go to file
Karroffel 6c49fe9c62 [DLScript] added variant constructor and a function to get userdata of a script
The godot_dlinstance_get_userdata() function can be used to get the DLScript userdata pointer of any object that has a DLScript attached to it.
This is particularly useful and even required for language bindings to work properly.

This also fixes non-tool builds.
2017-04-04 23:02:46 +02:00
core Merge pull request #8246 from GodotNativeTools/dlscript-module 2017-04-04 00:25:03 +02:00
doc Update classes.xml to master version, add a small feature to doc_status 2017-03-29 22:27:59 +03:00
drivers Merge pull request #8246 from GodotNativeTools/dlscript-module 2017-04-04 00:25:03 +02:00
editor Editor: Swap Scene and Import tabs in dock. 2017-04-03 17:29:29 +02:00
main Fix warped mouse panning on Linux 2017-04-03 02:56:14 +02:00
misc Merge pull request #8191 from eska014/webgl2-export 2017-03-29 15:21:52 +02:00
modules [DLScript] added variant constructor and a function to get userdata of a script 2017-04-04 23:02:46 +02:00
platform Merge pull request #8246 from GodotNativeTools/dlscript-module 2017-04-04 00:25:03 +02:00
scene Merge pull request #8251 from cynicaldevil/master 2017-04-04 00:22:44 +02:00
servers Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
thirdparty ENet code cleanup and changes from review. 2017-03-24 02:30:11 +01:00
.clang-format
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
icon.png
icon.svg
ISSUE_TEMPLATE.md Issue template: Stop discouraging bug reporting on master 2017-03-24 22:01:59 +01:00
LICENSE.md
LOGO_LICENSE.md
logo.png
logo.svg
methods.py Fix typos in source code using codespell 2017-03-24 21:45:31 +01:00
README.md
SConstruct SCons: Add option to toggle warnings (on by default) 2017-03-26 21:58:37 +02:00
signal_renames.txt
version.py

GODOT

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.

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

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.

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.

Build Status Code Triagers Badge