Renders image of some scene using ray tracing.\ This project is Rust adaption of Ray Tracing in One Weekend e-book by Peter Shirley
Add following to your Cargo.toml
:
toml
[dependencies]
rayimg = "0.0.1"
To run tests type following in the shell
shell
cargo test
Ray image is licensed under the Apache 2.0/MIT license.