Skip to content

opensourceryclub/Raytracerv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer v2

Decided to mess around and make another raytracer because why not?

Authors

This project was written by

Usage

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

Releases

No releases published

Packages

No packages published

Languages