- phong shading
- scene graph
- raycasting
- shadow mapping
touch build && cd build
cmake ..
cmake --build .
./native
cd tests
touch build && cd build
cmake ..
cmake --build .
./tests
Currently, the native code is only tested with Cmake on linux. The cmake config uses sdl3 in the submodule and links it statically so there should be no requirement to install sdl to build or run the app
