/raytracing

My attempt to follow "Ray Tracing in a Weekend" by Peter Shirley using Rust

Primary LanguageRust

raytracing

My attempt to follow Ray Tracing in a Weekend by Peter Shirley using Rust

Usage

raytracing

The image output.ppm will be generated in the current folder.

If you want to convert the image to a png, you can use imagemagick:

convert output.ppm output.png

Current result