Skip to content

Commit d2f9842

Browse files
authored
N20: Kajiya (#565)
1 parent c76628a commit d2f9842

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

content/posts/newsletter-020/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,29 @@ _Code example of usage of this library._
845845
[macroquad-git]: https://github.com/not-fl3/macroquad
846846
[egui-git]: https://github.com/emilk/egui
847847

848+
### Kajiya
849+
850+
![A race car in its natural habitat inspired by the Cornell Box](kajiya.gif)
851+
852+
Kajiya by [@h3r2tic]
853+
is a real-time global illumination renderer.
854+
855+
It utilizes Vulkan Ray Tracing via [ash][ash] and [hassle-rs][hassle-rs] to
856+
implement multi-bounce light transport in fully dynamic scenes. By shooting
857+
only two rays per pixel on average, it keeps performance high; thanks to a
858+
voxel-based light cache and extensive spatio-temporal filtering, it keeps
859+
noise low. It supports physically-based rendering of [GLTF][gltf-rs] scenes,
860+
and achieves a close match to reference path-tracing.
861+
862+
Kajiya is still in its infancy, and not yet available to the public, but you
863+
can get glimpses of its development by following the author on [Twitter][h3r2tic-twitter].
864+
865+
[ash]: https://github.com/MaikKlein/ash
866+
[hassle-rs]: https://github.com/Traverse-Research/hassle-rs
867+
[gltf-rs]: https://github.com/gltf-rs/gltf
868+
[@h3r2tic]: https://github.com/h3r2tic
869+
[h3r2tic-twitter]: https://twitter.com/h3r2tic
870+
848871
## Popular Workgroup Issues in Github
849872

850873
<!-- Up to 10 links to interesting issues -->
2.21 MB
Loading

0 commit comments

Comments
 (0)