rayimg 0.0.2

Renders image of some scene using ray tracing.
Documentation
![version](https://img.shields.io/crates/v/rayimg)
![License](https://img.shields.io/crates/l/rayimg)
![build](https://img.shields.io/appveyor/build/ivan0sokin/rayimg)

# Ray image


## About


Renders image of some scene using ray tracing.\
This project is Rust adaption of [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html) e-book by [Peter Shirley](https://github.com/petershirley)

## Usage


Add following to your ``Cargo.toml``:

```toml
[dependencies]
rayimg = "0.0.2"
```

## Renders


Rendered images can be found in ``tests/output`` directory.

## Tests


To run tests type following in the shell

```shell
cargo test
```

## Documentation


You can find documentation at [docs.rs](https://docs.rs/rayimg).

## License


[Ray image](https://github.com/ivan0sokin/rayimg) is licensed under the [Apache 2.0](LICENSE-APACHE)/[MIT](LICENSE-MIT) license.