Mirror of godotengine/gdnative-demos
Find a file
Aaron Franke 82b3422d06
Merge pull request #64 from aaronfranke/dodge-the-link
Update Dodge the Creeps documentation link
2022-03-24 18:09:16 -05:00
.github Update C demos to Godot 3.3 2021-05-14 21:48:40 -04:00
c Add support for non-x86 architectures to SConstruct files in C demos 2022-02-27 02:39:51 -06:00
cpp Update Dodge the Creeps documentation link 2022-03-24 17:15:29 -05:00
.clang-format Add formatting scripts for GitHub Actions 2020-08-13 20:59:58 -05:00
.gitattributes Reworked C SimpleDemo to latest godot_headers 2018-12-01 22:46:40 +11:00
.gitignore Add support for non-x86 architectures to SConstruct files in C demos 2022-02-27 02:39:51 -06:00
.gitmodules Create Dodge the Creeps with GDNative C++ demo 2021-07-10 03:17:58 -04:00
LICENSE.md Update repo metadata 2020-08-15 16:20:56 -05:00
README.md Update README to document versioned branches 2022-02-25 10:21:24 +01:00

GDNative demos

The top level folders split this repo into demos for different languages. Each folder inside of those is a GDNative project. Once compiled, the project.godot file can be opened with Godot Engine, the open source 2D and 3D game engine.

Important: Each demo depends on submodules for the godot-headers and godot-cpp GDNative dependencies. You should initialize this repository by checking out the submodules recursively:

git submodule update --init --recursive

For non-GDNative demos (GDScript, VisualScript, and C#), please see the Godot demo projects repo.

Godot versions

The master branch is compatible with the 3.x development branch of Godot.

Numbered branches are compatible with the corresponding Godot branch. The following numbered branches are available:

Older Godot versions are not supported by this repo.

License

Those demos are distributed under the terms of the MIT license, as described in the LICENSE.md file.