An unfinished raytracer/pathtracer/bidirectional pathtracer
The implementation was very easy to write, but is not yet optimal. It would be better to use `join` to divide into tasks directly on the stack. And it would be better to iterate over entire blocks of rows instead of giving a row per-thread: this would lead to better cache-line behaviour with the fully linear memory accesses. |
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .rustfmt.toml | ||
| Cargo.toml | ||