Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cannikin/rubyray

Raytracing engine written in Ruby
https://github.com/cannikin/rubyray

Last synced: about 2 months ago
JSON representation

Raytracing engine written in Ruby

Awesome Lists containing this project

README

        

# RubyRay

![Test workflow](https://github.com/cannikin/rubyray/actions/workflows/test.yml/badge.svg)

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