|
||
---|---|---|
build | ||
gdextension | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
export_presets.cfg | ||
icon.svg | ||
icon.svg.import | ||
project.godot | ||
README.org | ||
Test.gd | ||
test.gdextension | ||
TestGDExtension.tscn |
GDExtension Template
This repository contains the basic building block to start width GDExtension. Contains a build folder width a bash script to compile. Requires scons to build gdextension, bear to create the compilation database, gcc to build for linux, mingw-gcc to build for windows and a working NDK to build for android.
Build script usage:
build/build.sh
To get all the options and an explanation use
build/build.sh -h