This project was made following Book 1 of Peter Shirley's ray tracing series, Ray Tracing in One Weekend.
In a terminal navigate to the projects root folder and run the following commands:
Build Executable:
g++ -std=c++11 -o tinyRay tinyray.cc
Run Executable: ./tinyRay > image.ppm
Output
This will create a render with the filename image.ppm
in the projects folder.