WebGL game written in C++
To build run the build.sh
script, then start a python server
with server.sh
and open http://localhost:8080/
in a browser.
To build run the cmake script in the root directory,
then start the execuable with ./build-native/main
.
cmake . -B build-native
cmake --build build-native
# Run native build
./build-native/main