/rubyray

Raytracing engine written in Ruby

Primary LanguageRuby

RubyRay

Test workflow

Implements a ray tracing engine as described in The Ray Tracer Challenge: https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/

The Ray Tracer Challenge, by Jamis Buck

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