Skip to content

N22: Learn Wgpu section #660

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 8 commits into from
Jun 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
13 changes: 13 additions & 0 deletions content/news/022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,19 @@ and breaking blocks.

## Learning Material Updates

### [Learn WGPU Updated to wgpu 0.8 and WGSL][learn-wgpu-news]

After some GLSL issues trying to update the ["Learn WGPU"][learn-wgpu] tutorial
to version WGPU 0.8, [@sotrh] decided to migrate to WGSL.
This update was a lot of work, but relatively painless.
As a result, `shaderc` is no longer a dependency.

Checkout more at [here][learn-wgpu-news].

[@sotrh]: https://patreon.com/sotrh
[learn-wgpu]: https://sotrh.github.io/learn-wgpu
[learn-wgpu-news]: https://sotrh.github.io/learn-wgpu/news/#_0-8-and-wgsl

### [Voxel Engine with Rust and wgpu-rs][voxel_engine_video]

[![Youtube preview](voxel_engine_wgpu.jpg)][voxel_engine_video]
Expand Down