DeanBDean / rust_ray_tracer_in_one_weekend

This is an implementation of Ray Tracer in One Weekend, but in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray Tracer in One Weekend In Rust

This is an implementation of Ray Tracer in One Weekend in Rust instead of C++. Every commit relates to a new code snippet in the book.

To output a result, I simply used cargo run >> temp.ppm

About

This is an implementation of Ray Tracer in One Weekend, but in Rust

License:MIT License


Languages

Language:Rust 100.0%