https://github.com/mtvare6/riw
https://github.com/mtvare6/riw
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtvare6/riw
- Owner: mTvare6
- Created: 2024-12-15T09:49:15.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-05T03:53:14.000Z (4 months ago)
- Last Synced: 2025-02-16T01:33:13.015Z (3 months ago)
- Language: Rust
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riw
Raytracer written in rust.
# Features
todo
# Examples









# Building
```
cargo build --release
```# Running
```
cargo run --release > image.ppm
feh image.ppm
```# Todo
- [ ] Use static dispatch using enum_dispatch
- [ ] Tone mapping LUT
- [ ] obj loading, scene from files
- [ ] half quads
- [ ] use PDFs properly