https://github.com/nathom/ray_tracing
2d ray tracer in rust
https://github.com/nathom/ray_tracing
Last synced: about 1 month ago
JSON representation
2d ray tracer in rust
- Host: GitHub
- URL: https://github.com/nathom/ray_tracing
- Owner: nathom
- Created: 2023-05-01T22:53:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T03:02:38.000Z (about 2 years ago)
- Last Synced: 2025-02-13T04:43:58.247Z (3 months ago)
- Language: Rust
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2d ray tracer
currently following [this](https://raytracing.github.io/books/RayTracingInOneWeekend.html#addingasphere)