Skip to content

Commit edf7da0

Browse files
committed
N30: rafx
1 parent 881869e commit edf7da0

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

content/news/030/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,36 @@ If needed, a section can be split into subsections with a "------" delimiter.
7676

7777
## Library Updates
7878

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+
79109
## Popular Workgroup Issues in Github
80110

81111
<!-- Up to 10 links to interesting issues -->

content/news/030/rafx-screenshot.jpg

302 KB
Loading

0 commit comments

Comments
 (0)