Project template for gdextension-cli
This is a project template for a Godot GDExtension.
It's the default template used by gdextension-cli to create a new project.
Use scons
to build the project.
If you need to add a code documentation, you need to generate doc classes.
godot --doctool ../ --gdextension-docs
in demo/
After editing and building, you gdextension documentation will be automatically loaded by Godot engine.