This is a tiny ray tracer written in rust. But right now it's just a WIP. My main goal of this project is to utilize Rust's memory management to the fullest to make the ray tracer super fast.
I follow Peter Shirley's guide: Ray Tracing in One Weekend, but instead of blindly translating the C++ code to rust, I plan to do things the Rust Way.
Current Progress: