Raylib based implementation of ray tracing algorithm described in Computer Graphics from Scratch.
For Debian based Linux distributions.
git submodule update --init --recursive
mkdir build
mkdir bin
cd build/ && cmake ..
cd build/ && make
cd ../bin && ./main