An open API service indexing awesome lists of open source software.

https://github.com/boxdot/tinyraytracer-rs


https://github.com/boxdot/tinyraytracer-rs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# tinyraytracer

Implementation of https://github.com/ssloy/tinyraytracer and https://github.com/ssloy/tinykaboom in
Rust.

## Run

```
cargo run --release --bin raytracer -- traced.png
cargo run --release --bin kaboom -- kaboom.png
```

## License

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)