Simple raytracing program, the same you'we seen hundred times. But with modern C++23.
This project uses git submodules, consider using --recursive
flag when cloning.
git clone --recursive https://github.com/Miolith/raytracing.git
mkdir build
cd build
cmake ..
make