A rust implementation version of Ray Tracing the Next Week.
Include complete code and output ppm file for each chapter and section.
Final output (image_width = 600, sample_per_pixel = 200, max_depth = 50)
example:
cargo run --bin raytracing --release
You can replace "raytracing" with chapter2-6, chapter4-2 etc to get corresponding output.ppm
files.
- Ray Tracing the Next Week by Peter Shirley
- Raytracing in Rust on YouTube