raytracers/rtchallenge
Bill Thiede b8df830460
All checks were successful
continuous-integration/drone/push Build is passing
tuples & matrices: remove float-cmp use.
Implement PartialEq on `Tuple` and `Matrix4x4` using a local `EPSILON`
large enough for our unit tests to pass.
2021-07-06 08:44:21 -07:00
..
2021-06-29 19:52:57 -07:00
2021-06-24 11:10:29 -07:00

The Ray Tracer Challenge: A Test-Driven Guide to Your First 3D Renderer

This is a rust implementation of https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/

It attempts to be a test-driven developed ray tracer.