A Godot GDExtension Project
- Godot 4.6 https://godotengine.org/download/windows/
- SCONS
pip install SConsexecute in root:
git submodule update --init --recursiveto compile the code with headerInformation run
python.exe -m SCons platform=windows target=template_debug compiledb=yes -j8 To compile the code run
python.exe -m SCons platform=windows target=template_debug -j8to clean the code run
python.exe -m SCons -c