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
make
Run 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 file
This project was made with some members from OpenSourcery. Check out our website and our GitHub