https://github.com/elftausend/cpu-raytracer
A rust CPU Raytracer
https://github.com/elftausend/cpu-raytracer
Last synced: about 2 months ago
JSON representation
A rust CPU Raytracer
- Host: GitHub
- URL: https://github.com/elftausend/cpu-raytracer
- Owner: elftausend
- Created: 2022-03-19T08:29:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T10:59:33.000Z (about 3 years ago)
- Last Synced: 2025-02-03T07:45:49.849Z (4 months ago)
- Language: Rust
- Size: 948 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cpu-raytracer
A simple raytracer with a little bit of help from [raytracing in a weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html) and my own implementation of things.