Decided to mess around and make another raytracer because why not?
This project was written by
Install and build the project
git clone https://github.com/DonIsaac/Raytracerv2
cd Raytracerv2
makeRun it
./raytracer # Reads/Writes from stdin/stdout
./raytracer output.ppm # Specify an output file for the rendered image
./raytracer output.ppm input.txt # Specify an image file and config fileThis project was made with some members from OpenSourcery. Check out our website and our GitHub