Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 259 Bytes

Rust-RT

A multithreaded ray tracer written for the purpose of starting to learn Rust! Capable of rendering spheres, planes, and quads with emissive, lambertian, and metal materials. Uses rayon for parallelization.

Modified Cornell Box