Skip to content

Sample to show how to use c++ as script instead of gdscript to implement "Dodge the Creeps!" project.

Notifications You must be signed in to change notification settings

chaosddp/godot-gdnative-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample to show how to use c++ as script instead of gdscript to implement "Dodge the Creeps!" project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published