alexislozano / raytracing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%