File tree 1 file changed +15
-0
lines changed
content/posts/newsletter-020
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -768,6 +768,21 @@ _Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/m
768
768
[ @wumpf ] : https://github.com/Wumpf
769
769
[ graphics team blog ] : https://mozillagfx.wordpress.com/2021/03/10/webgpu-progress/
770
770
771
+ ### [ smaa-rs]
772
+
773
+ The [ smaa-rs] library provides fast and high quality post-process
774
+ anti-aliaising using the [ SMAA algorithm] . It is designed to be
775
+ easy to integrate into other [ wgpu] applications with only a few
776
+ added lines of code.
777
+
778
+ The 0.2 series released this month includes a steamlined API
779
+ which makes it easier to enable/disable anti-aliasing via a
780
+ configuration setting. Currently SMAA 1x is supported with
781
+ SMAA S2x likely to be added depending on interest.
782
+
783
+ [ smaa-rs ] : https://github.com/fintelia/smaa-rs
784
+ [ SMAA algorithm ] : http://www.iryoku.com/smaa/
785
+
771
786
### [ rafx]
772
787
773
788
![ rafx tilemap rendering] ( rafx-tilemap-rendering.png )
You can’t perform that action at this time.
0 commit comments