Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaosddp/godot-gdnative-sample
Sample to show how to use c++ as script instead of gdscript to implement "Dodge the Creeps!" project.
https://github.com/chaosddp/godot-gdnative-sample
cpp11 godot
Last synced: 9 days ago
JSON representation
Sample to show how to use c++ as script instead of gdscript to implement "Dodge the Creeps!" project.
- Host: GitHub
- URL: https://github.com/chaosddp/godot-gdnative-sample
- Owner: chaosddp
- Created: 2021-01-23T08:38:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T11:01:00.000Z (about 4 years ago)
- Last Synced: 2024-12-07T07:21:58.518Z (2 months ago)
- Topics: cpp11, godot
- Language: C++
- Homepage:
- Size: 57.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godot-gdnative-sample
Sample to show how to use c++ as script instead of gdscript to implement "Dodge the Creeps!" project from Godot docs [here](https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html).## How to build
```sh
cd godot-cpp
scons platform=platform generate_bindings=yes bits=64 target=release -j4
cd ..
scons platform=platform bits=64 target=release
```