Skip to content

DonIsaac/Raytracerv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer v2

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

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

About

A simple raytracer written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages