mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-06 06:09:49 +03:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# 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](https://godotengine.org), the open source 2D and 3D game engine.
|
|
|
|
For non-GDNative demos (GDScript, VisualScript, and C#), please see the
|
|
[Godot demo projects](https://github.com/godotengine/godot-demo-projects/) repo.
|
|
|
|
## Godot versions
|
|
|
|
The [`master`](https://github.com/godotengine/gdnative-demos) branch
|
|
is compatible with the latest stable Godot version (currently 3.3).
|
|
Older Godot versions are not supported by this repo.
|
|
|
|
## Useful links
|
|
|
|
- [Main website](https://godotengine.org)
|
|
- [Source code](https://github.com/godotengine/godot)
|
|
- [Documentation](http://docs.godotengine.org)
|
|
- [Community hub](https://godotengine.org/community)
|
|
- [Godot headers](https://github.com/godotengine/godot_headers)
|
|
- [Godot C++ bindings](https://github.com/godotengine/godot-cpp)
|
|
|
|
## License
|
|
|
|
Those demos are distributed under the terms of the MIT license, as
|
|
described in the [LICENSE.md](LICENSE.md) file.
|