Code and assets for a video game which is loosely based on Spore by EA.
Go to file
MartinOpat a4d062ea04 Updated README.md with C++ instructions 2025-11-23 00:03:25 +01:00
evolve-die-repeat Added c++ test; now works 2025-11-22 23:55:25 +01:00
.gitignore Initial commit 2025-11-09 01:47:49 +01:00
.gitmodules (wip) trying to setup c++ extension 2025-11-22 23:23:35 +01:00
README.md Updated README.md with C++ instructions 2025-11-23 00:03:25 +01:00

README.md

Evolve Die Repeat TODO: The name is a work in progress

This is currently quite empty.

C++ setup

From anywhere in proejct:

git submodule update --init --recursive

In thirdparty:

godot --headless --dump-extension-api

To compile the cpp extension, run this from thirdparty/godot-cpp:

scons platform=linux target=template_debug generate_bindings=yes custom_api_file=../extension_api.json -j8

Finally, to compile and extern local .cpp files, run this from thirdparty:

scons platform=linux target=template_debug -j8