@@ -76,6 +76,36 @@ If needed, a section can be split into subsections with a "------" delimiter.
76
76
77
77
## Library Updates
78
78
79
+ ### [ rafx]
80
+
81
+ [ ![ Rafx Screenshot] ( rafx-screenshot.jpg )] [ rafx-youtube-video ]
82
+ _ Sci-fi base demo scene, [ watch TAA demo on youtube] [ rafx-youtube-video ] !_
83
+
84
+ [ Rafx] [ rafx ] is a multi-backend renderer that optionally integrates with the
85
+ [ distill] [ rafx-distill ] asset pipeline.
86
+
87
+ Since the previous rafx update in this newsletter (6 months ago!), many new
88
+ features have been introduced to improve performance and image quality. The
89
+ main rendering pipeline has also been split into "modern" and "basic"
90
+ pipelines. Unlike the basic pipeline which focusses on wide compatibility,
91
+ the modern pipeline uses forward-clustered lighting and handles hundreds
92
+ of shadow-casting lights. It is targetting compute shaders and will be adding
93
+ bindless and GPU-driven rendering soon.
94
+
95
+ Since the last update, the modern pipeline adds GPU-accelierated light binning,
96
+ SSAO, shadow map atlasing/caching, TAA with sharpening, and auto-exposure/HDR.
97
+ In addition, both modern and basic pipelines now support transparency. A
98
+ [ video demonstrating TAA] ( rafx-youtube-video ) (temporal anti-aliasing) is
99
+ available on youtube.
100
+
101
+ With these performance improvements, ` rafx ` is now able to render challenging
102
+ scenes with photorealistic style at 60FPS/1440p on modern, mid-range GPUs.
103
+
104
+ [ rafx ] : https://github.com/aclysma/rafx
105
+ [ rafx-youtube-video ] : https://www.youtube.com/watch?v=iWYpX7RGUSA
106
+ [ rafx-distill ] : https://github.com/amethyst/distill
107
+
108
+
79
109
## Popular Workgroup Issues in Github
80
110
81
111
<!-- Up to 10 links to interesting issues -->
0 commit comments