https://github.com/gfngfn/try-ray-tracing
https://github.com/gfngfn/try-ray-tracing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfngfn/try-ray-tracing
- Owner: gfngfn
- Created: 2022-10-09T19:01:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T16:06:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T00:00:05.553Z (9 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A toy implementation of ray tracing in Rust
## How to execute
```console
$ cargo run > output/first.ppm
```## Reference
[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)