This is a simple ray tracer implemented in C++ for the course: Drexel CS636
The C++ files are all located within src/ and the corresponding header files are in include/. This project uses cmake to make building easy.
To build and run this program: 'mkdir build && cd build' 'cmake ..' 'make'