Skip to content

bengesoff/ray-tracing-in-one-weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing In One Weekend

My implementation of the Ray Tracing In One Weekend book. Written in basic Rust as an exercise. Outputs a PPM-encoded image to stdout.

To run:

cargo run > image.ppm

Then on MacOS:

open image.ppm