File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
content/posts/newsletter-020 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -697,6 +697,21 @@ _Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/m
697697[ @wumpf ] : https://github.com/Wumpf
698698[ graphics team blog ] : https://mozillagfx.wordpress.com/2021/03/10/webgpu-progress/
699699
700+ ### [ smaa-rs]
701+
702+ The [ smaa-rs] library provides fast and high quality post-process
703+ anti-aliaising using the [ SMAA algorithm] . It is designed to be
704+ easy to integrate into other [ wgpu] applications with only a few
705+ added lines of code.
706+
707+ The 0.2 series released this month includes a steamlined API
708+ which makes it easier to enable/disable anti-aliasing via a
709+ configuration setting. Currently SMAA 1x is supported with
710+ SMAA S2x likely to be added depending on interest.
711+
712+ [ smaa-rs ] : https://github.com/fintelia/smaa-rs
713+ [ SMAA algorithm ] : http://www.iryoku.com/smaa/
714+
700715### [ rafx]
701716
702717![ rafx tilemap rendering] ( rafx-tilemap-rendering.png )
You can’t perform that action at this time.
0 commit comments