Ray image
About
Renders image of some scene using ray tracing.
This project is Rust adaption of Ray Tracing in One Weekend e-book by Peter Shirley
Usage
Add following to your Cargo.toml:
[]
= "0.0.2"
Renders
Rendered images can be found in tests/output directory.
Tests
To run tests type following in the shell
cargo test
Documentation
You can find documentation at docs.rs.
License
Ray image is licensed under the Apache 2.0/MIT license.