Skip to content

N26: Add wgpu and Rust Graphics Meetup-1 #794

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
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from 3 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
Binary file added content/news/026/deno-wgpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions content/news/026/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,26 @@ as [several key differences remain].

## Library Updates

### [wgpu]

[wgpu] has set up the infrastructure to run WebGPU proper tests on its CI,
via [Deno]. This will ensure correctness down the road when we reach a
decent level of coverage. Read more on [gfx-rs blog].

![Deno with wgpu crown](deno-wgpu.png)
_deno-wgpu_

Aside from that, wgpu team has been pumping out patches. In fact, wgpu-0.10 is
easily the most patched release of all!

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/ppgb2l/wgpu_alliance_with_deno/),
[twitter](https://mobile.twitter.com/deno_land/status/1438573126670028801)_

[wgpu]: https://github.com/gfx-rs/wgpu
[Deno]: https://github.com/denoland/deno
[gfx-rs blog]: https://gfx-rs.github.io/2021/09/16/deno-webgpu.html

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand All @@ -129,6 +149,30 @@ or [join the next meeting][join].

## Bonus

### Rust Graphics Meetup 1

It happened! Check out the talks:

- [gfx-rs lessons learned][rgm1-video] - @kvark, [slides][rgm1-slides]
- [rend3 Architecture: Efficient, Customizable Rendering][rgm2-video] -
@cwfitzgerald, [slides][rgm2-slides]
- [Blub - Interactive GPU fluid solver][rgm3-video] - @wumpf, [slides][rgm3-slides]

Learn more at the [gfx meetup repo].
Thanks everyone for tuning in and helping to make this happen!

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/q08byh/videos_from_rust_graphics_meetup_1),
[twitter](https://twitter.com/rust_gamedev/status/1444326130035666953)_

[rgm1-video]: https://www.youtube.com/watch?v=m0JgF5Wb-dA
[rgm1-slides]: https://github.com/gfx-rs/meetup/blob/main/Meeting01/GfxLessonsLearned.pdf
[rgm2-video]: https://www.youtube.com/watch?v=F0wGz5UJTrY
[rgm2-slides]: https://github.com/gfx-rs/meetup/blob/main/Meeting01/rend3s_Architecture_-_Efficient_Customizable_Rendering.pdf
[rgm3-video]: https://www.youtube.com/watch?v=Yzr9va5UtiE
[rgm3-slides]: https://github.com/gfx-rs/meetup/blob/main/Meeting01/Blub_-_Quick_tour_through_a_GPU_fluid_solver.pdf
[gfx meetup repo]: https://github.com/gfx-rs/meetup#meetup-1-october-2nd-2021--1600-gmt

<!-- Bonus section to make the newsletter more interesting
and highlight events from the past. -->

Expand Down