ray-tracer Following Peter Shirley's Raytracing in one weekend blog article. Language: C++ How to run: Fork or download repo On your local device, navigate to the destination of the repo Compile using g++ g++ -std=c++11 -o ray main.cc Run using ./ray > test_image.ppm Progress so far: