rusttracer icon indicating copy to clipboard operation
rusttracer copied to clipboard

A Raytracer written in the Rust Language

A ray-tracer written in Rust.

I have adapted Peter Shirley's Ray Tracing in One Weekend for this project. The original code in C++. This was a way for me to learn Rust.

The project implements various types of materials, camera placement, anti-aliasing and scene composition. Future work: a dsl for describing scenes

Look at this beauty!