rvolz / rustrt

A toy implementation of Jamis Bucks "The Ray Tracer Challenge" in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustrt, a Rust ray tracer toy

A toy implementation of Jamis Bucks The Ray Tracer Challenge in Rust, with the usual goal: learning about the language and ray tracing.

The implementation has been started, but ...

Testing

The repo contains the Cucumber features from the book, test with cucumber-rust. To run them all use:

cargo test

To run specific features use the filter flag:

cargo test --test cucumber -- -f "features/tup*"

Notes

  • The matrices.feature had to be changed, because cucumber_rust/gherkin_rust can't deal with tables without headers currently (0.5.1/0.4.1).

About

A toy implementation of Jamis Bucks "The Ray Tracer Challenge" in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 54.4%Language:Gherkin 45.6%