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 ...
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*"
- 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).