Robuta

https://ruuda.nl/2014/writing-a-path-tracer-in-rust-part-1 Writing a path tracer in Rust, part 1 As a learning exercise, I am going to port my spectral path tracer Luculentus from C++ to Rust. path tracerin rustwritingpart https://www.michaelfogleman.com/projects/path-tracer/ Michael Fogleman: Path Tracer michael foglemanpath tracer https://ruuda.nl/2014/writing-a-path-tracer-in-rust-part-5-tonemapping Writing a path tracer in Rust, part 5: tonemapping Rust’s advanced type system can express a rendering pipeline in a safer way than C++. path tracerin rustwritingpart