https://github.com/boxdot/tinyraytracer-rs
https://github.com/boxdot/tinyraytracer-rs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/boxdot/tinyraytracer-rs
- Owner: boxdot
- License: apache-2.0
- Created: 2019-02-09T16:16:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T22:22:09.000Z (over 7 years ago)
- Last Synced: 2025-02-04T15:48:42.809Z (over 1 year ago)
- Language: Rust
- Size: 3.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)