Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cannikin/rubyray
- Owner: cannikin
- Created: 2021-03-23T21:20:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T00:39:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:22:32.432Z (3 months ago)
- Language: Ruby
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
## 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