Entity Component System (ECS) game implementation with a simple pong game as an example.
Will add ToF input eventually.
-
SFML
-
CC
-
mesa-utils
-
Linux only
populate submodule ext/CSFML:
git submodule update --initRun CMake as usual:
cmake -B build -S .
cmake --build build
./build/PONG