An physics based FPS made with Raylib and ODE
yay -Sy clang cmake lcov glfw libx11 libxcursor libxinerama libxrandr vulkan-headers xorg-server-devel xorg-xinput
sudo apt-get install clang cmake lcov libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
This will build cmake files and download dependencies
make setup
# Debug build
make debug
# Release build
make release
This will build and run unity tests
make test
This will delete generated files for debug and release
make clean
This will open an Raylib white window with the unlicense logo on it.
# Debug bin
make run
# Release bin
make runrel
This is free and unencumbered software released into the public domain.
For more information, please refer to http://unlicense.org/