Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 412 Bytes

File metadata and controls

18 lines (9 loc) · 412 Bytes

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.

How to build

cd godot-cpp

scons platform=platform generate_bindings=yes bits=64 target=release -j4

cd ..

scons platform=platform bits=64 target=release