Simple ECS implementation in C++
This repo uses CMake and GoogleTest (as submodule under lib/
).
The project is built using CMake.
cmake -B build -S . -G <your-favorite-generator>
Once configured just run the build (triggers the chosen generator)
cmake --build build/
The test program lies under build/test/
. Simply execute this line (depending on relative path).
./build/test/light2d-ecs_test