Skip to content

N20: smaa-rs #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/posts/newsletter-020/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,21 @@ _Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/m
[@wumpf]: https://github.com/Wumpf
[graphics team blog]: https://mozillagfx.wordpress.com/2021/03/10/webgpu-progress/

### [smaa-rs]

The [smaa-rs] library provides fast and high quality post-process
anti-aliaising using the [SMAA algorithm]. It is designed to be
easy to integrate into other [wgpu] applications with only a few
added lines of code.

The 0.2 series released this month includes a steamlined API
which makes it easier to enable/disable anti-aliasing via a
configuration setting. Currently SMAA 1x is supported with
SMAA S2x likely to be added depending on interest.

[smaa-rs]: https://github.com/fintelia/smaa-rs
[SMAA algorithm]: http://www.iryoku.com/smaa/

### [rafx]

![rafx tilemap rendering](rafx-tilemap-rendering.png)
Expand Down