Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ rustrt Public archive

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

License

Notifications You must be signed in to change notification settings

rvolz/rustrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published