Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkaszewski/raytracer-rs
https://github.com/gkaszewski/raytracer-rs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkaszewski/raytracer-rs
- Owner: GKaszewski
- Created: 2024-04-16T04:06:16.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-17T10:44:23.000Z (7 months ago)
- Last Synced: 2024-04-17T12:09:45.943Z (7 months ago)
- Language: Rust
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracer
My attempt at making CPU raytracer in Rust.
Features:
- rendering spheres, cubes, triangles and meshes (gltf only)
- multithreadingResources:
- [Raytracing in One weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
Demo
![](output.png)