https://github.com/maxinteger/ray-tracing
https://github.com/maxinteger/ray-tracing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxinteger/ray-tracing
- Owner: maxinteger
- Created: 2021-08-29T21:25:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T21:26:01.000Z (over 4 years ago)
- Last Synced: 2025-01-26T10:29:39.096Z (12 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ray Tracing exercise
Spear time exercise which is created based on [Ray Tracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).
# Run:
```bash
cargo run > output.ppm
```