Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattgodbolt/path-tracer
A path tracer in rust
https://github.com/mattgodbolt/path-tracer
Last synced: about 2 months ago
JSON representation
A path tracer in rust
- Host: GitHub
- URL: https://github.com/mattgodbolt/path-tracer
- Owner: mattgodbolt
- License: mit
- Created: 2015-05-20T02:25:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T22:53:25.000Z (over 6 years ago)
- Last Synced: 2024-05-01T20:17:22.442Z (8 months ago)
- Language: Rust
- Size: 2.39 MB
- Stars: 44
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A [path tracer](http://en.wikipedia.org/wiki/Path_tracing), based on [smallpt](http://www.kevinbeason.com/smallpt/), written in [Rust](http://www.rust-lang.org). It's my first Rust program, so be gentle on me.