@@ -347,6 +347,34 @@ functions have also been made `const fn` removing the need for macros to create
347
347
348
348
[ glam ] : https://github.com/bitshifter/glam-rs
349
349
350
+ ### [ kajiya]
351
+
352
+ ![ A rendering of a fancy loft apartment] ( kajiya.jpg )
353
+
354
+ [ kajiya] by [ @h3r2tic ] is an experimental real-time global illumination
355
+ renderer.
356
+
357
+ In June, a long-standing branch has landed, bringing with it a complete
358
+ overhaul of indirect lighting. The new implementation uses spatiotemporal
359
+ reservoir resampling (ReSTIR) and a novel irradiance cache, bringing forth
360
+ larger scenes, quicker response to lighting changes, and less noise.
361
+
362
+ A [ detailed overview] [ kajiya-gi-overview ] of the new global illumination
363
+ techniques is available, complete with animated diagrams!
364
+
365
+ June has also seen the addition of texture compression, automatic exposure,
366
+ a new display rendering transform, and a simplification of the interface.
367
+ The viewer app now supports drag-and-drop of scene files, glTF models,
368
+ and HDRI backdrops.
369
+
370
+ _ Discussions:
371
+ [ twitter (0.2 release)] ( https://twitter.com/h3r2tic/status/1532829918194806784 ) ,
372
+ [ twitter (texture compression)] ( https://twitter.com/h3r2tic/status/1537212390982524929 ) ._
373
+
374
+ [ kajiya ] : https://github.com/EmbarkStudios/kajiya/
375
+ [ kajiya-gi-overview ] : https://github.com/EmbarkStudios/kajiya/blob/main/docs/gi-overview.md
376
+ [ @h3r2tic ] : https://github.com/h3r2tic
377
+
350
378
## Popular Workgroup Issues in Github
351
379
352
380
<!-- Up to 10 links to interesting issues -->
0 commit comments