3D shooter
Make sure you have the glsl compiler installed: sudo apt-get install glslc
.
To compile the shaders:make shaders
or make glsl_shaders
.
Make sure you have the xcode app installed first, then
to compile the shaders:make shaders
or make metal_shaders
.
You can also run make glsl_shaders
if you have the glsl compiler installed on mac.
TODO: Figure it out yourself or use WSL2
For release mode: make rel
Debug mode: make dbg
This will automatically build and install SDL3 if you haven't already
You can add run
, gdb
, or lldb
at the end like this make rel run
to also
run or debug shooter.