Skip to content

Commit b19fd93

Browse files
authored
N20: wgpu-rs
1 parent d2f9842 commit b19fd93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/posts/newsletter-020/index.md

+15
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)