This project is an introduction to the beautiful world of Raytracing.
First clone the repository and the git submodules:
git clone --recurse-submodules -j8 git@github.com:Hugothms/miniRT.git
Then make and run the executable:
make && ./miniRT scenes/test.rt
Or, you can make and run more conveniently:
make test