An open API service indexing awesome lists of open source software.

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.

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

![Screenshot 1](./screenshot1.png)