Template project for entity component system library Entix
💡 If you need hints, checkout the examples
Retrieve the required submodules
git submodule update --recursive --init --depth 1then compile
mkdir -p build && cd build # create build directory
cmake ..
cmake --build .