Skip to content

N31: Image filters with wgpu-rs #968

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
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
16 changes: 16 additions & 0 deletions content/news/031/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,22 @@ _Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_
[@ManevilleF]: https://github.com/ManevilleF
[bevy_minesweeper_twitter]: https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg

### [Computing image filters with wgpu-rs]

[@Redwarp] posted a [blog post][Computing image filters with wgpu-rs] that goes
through the process of creating a simple image processing pipeline with compute
shaders, using wgpu-rs. The post takes you through several steps in this
process:

- Wgpu basics
- Loading a texture
- A simple shader
- Bind group
- Workgroup and dispatch

[Computing image filters with wgpu-rs]: https://blog.redwarp.app/image-filters/
[@Redwarp]: https://twitter.com/redwarp

## Tooling Updates

### [Vismut]
Expand Down