https://github.com/stefanasandei/cpu-ray-tracer
🌠ray tracing on the cpu
https://github.com/stefanasandei/cpu-ray-tracer
Last synced: about 1 month ago
JSON representation
🌠ray tracing on the cpu
- Host: GitHub
- URL: https://github.com/stefanasandei/cpu-ray-tracer
- Owner: stefanasandei
- License: gpl-3.0
- Created: 2022-10-30T08:41:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:26:40.000Z (11 months ago)
- Last Synced: 2025-04-20T15:43:59.091Z (about 2 months ago)
- Language: Rust
- Size: 7.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ray-tracer ðŸŒ
A hobby CPU-based ray tracer built from scratch in Rust

## Resources
The resources I used to learn this stuff:
- https://raytracing.github.io/books/RayTracingInOneWeekend.html
- https://pbr-book.org/
- https://github.com/TheCherno/RayTracing## License
[GPLv3](LICENSE) © [Asandei Stefan](https://asandei.com)