Ray Tracing in One Weekend: Ray Tracing in One Weekend.
This project is my personal implementation of Ray Tracing in one Weekend, but written in Rust.
The joy of building a ray tracer, for fun, in rust. This is what got me started on my project. Additional Resource.
- Written in Rust.
- CPU based Ray Tracing
- Custom materials with customizable albedo and alpha,
- customizable material parameters: dielectric, metal, roughness, etc.