https://github.com/petrbroz/rpt
Simple path tracer implemented in Rust.
https://github.com/petrbroz/rpt
Last synced: 6 months ago
JSON representation
Simple path tracer implemented in Rust.
- Host: GitHub
- URL: https://github.com/petrbroz/rpt
- Owner: petrbroz
- Created: 2021-06-21T15:21:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T12:53:23.000Z (over 4 years ago)
- Last Synced: 2025-02-17T20:41:21.013Z (8 months ago)
- Language: Rust
- Size: 8.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpt
Simple path tracer implemented in Rust.
https://user-images.githubusercontent.com/1470668/123969048-1f767980-d9b8-11eb-889b-30c65a1c816a.mp4
## Examples
### Spheres
- Resolution: 512x512
- Samples per pixel: 512
- Recursion depth: 8
- Number of threads: 16
- Render time: 7.9s