Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 252 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 252 Bytes

Ray Tracer Challenge

A rust implementation of a ray tracer,
following Jamis Buck instructions, from his book The ray tracer challenge

Jamis Buck uses a TDD approach and implements the ray tracer parts
progressively chapter after chapter.