RubyRay
Implements a ray tracing engine as described in The Ray Tracer Challenge: https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/
Test Suite
Run the test suite with:
rake
To have the test runner watch for changes (both in source files and tests) and automatically re-run, use
the rerun
command. It executes with the options in the .rerun
config file:
rerun