rayimg 0.0.1

Renders image of some scene using ray tracing.
Documentation

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:

[dependencies]

rayimg = "0.0.1"

Tests

To run tests type following in the shell

cargo test

License

Ray image is licensed under the Apache 2.0/MIT license.