We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
OpenGL game engine
Seelib/alure/README.md how to build and install Alure (OpenAL). Don't forgetto runsudo ldconfig after building.
lib/alure/README.md
sudo ldconfig
brew install sdl2
brew install glm
sudo apt-get install libsdl2-2.0-0 libsdl2-dev
sudo apt install libglm-dev
make -j $(nproc)
Available targets:debug andrelease
debug
release
Build and run:make -j $(nproc) && ./bin/debug/game
make -j $(nproc) && ./bin/debug/game