This is a simple ray tracer I wrote in C++
To build this project, first run...
git submodule update --init --recursive
...this will pull any submodules setup for the project.
Then use CMake to build a solution type of your choice.
Then, simply build the project and run it