@@ -83,6 +83,38 @@ working on at the next meetup on [October 9th][rust-meetup-oct-time], fill out
8383[ rust-gamedev-twitch ] : https://twitch.tv/rustgamedev
8484[ rust-meetup-oct-time ] : https://everytimezone.com/s/aa44ac42
8585
86+ ## Rust Graphics Meetup \# 1
87+
88+ ![ logo] ( graphics-meetup.png )
89+
90+ The Rust Graphics Meetup is an online gathering where rustaceans share
91+ technical details of their work related to graphics and compute,
92+ not affiliated to any particular stack.
93+ The pilot edition has happened on Oct 2nd! Check out the talks:
94+
95+ - [ gfx-rs Lessons Learned] [ rgm1-video ] - [ @kvark ] , [ slides] [ rgm1-slides ] .
96+ - [ rend3 Architecture: Efficient, Customizable Rendering] [ rgm2-video ] -
97+ [ @cwfitzgerald ] , [ slides] [ rgm2-slides ] .
98+ - [ Blub - Interactive GPU Fluid Solver] [ rgm3-video ] - [ @wumpf ] , [ slides] [ rgm3-slides ] .
99+
100+ Learn more at the [ gfx meetup repo] .
101+ Thanks everyone for tuning in and helping to make this happen!
102+
103+ _ Discussions:
104+ [ /r/rust] ( https://reddit.com/r/rust/comments/q08byh/videos_from_rust_graphics_meetup_1 ) ,
105+ [ Twitter] ( https://twitter.com/rust_gamedev/status/1444326130035666953 ) _
106+
107+ [ rgm1-video ] : https://youtube.com/watch?v=m0JgF5Wb-dA
108+ [ rgm1-slides ] : https://github.com/gfx-rs/meetup/blob/main/Meeting01/GfxLessonsLearned.pdf
109+ [ rgm2-video ] : https://youtube.com/watch?v=F0wGz5UJTrY
110+ [ rgm2-slides ] : https://github.com/gfx-rs/meetup/blob/main/Meeting01/rend3s_Architecture_-_Efficient_Customizable_Rendering.pdf
111+ [ rgm3-video ] : https://youtube.com/watch?v=Yzr9va5UtiE
112+ [ rgm3-slides ] : https://github.com/gfx-rs/meetup/blob/main/Meeting01/Blub_-_Quick_tour_through_a_GPU_fluid_solver.pdf
113+ [ gfx meetup repo ] : https://github.com/gfx-rs/meetup
114+ [ @kvark ] : https://github.com/kvark
115+ [ @cwfitzgerald ] : https://github.com/cwfitzgerald
116+ [ @wumpf ] : https://github.com/wumpf
117+
86118## Game Updates
87119
88120### [ Weegames] [ weegames-itch ]
@@ -269,6 +301,29 @@ fork and PR!
269301
270302## Library Updates
271303
304+ ### [ wgpu]
305+
306+ ![ Deno with wgpu crown] ( deno-wgpu.png )
307+ _ deno-wgpu_
308+
309+ [ wgpu] is a cross-platform, safe, pure-rust graphics API that runs natively
310+ on Vulkan, Metal, D3D12, D3D11, and OpenGLES; and on top of WebGPU on wasm.
311+
312+ wgpu has set up the infrastructure to run WebGPU proper tests on its CI,
313+ via [ Deno] . This will ensure correctness down the road when we reach a
314+ decent level of coverage. Read more on [ gfx-rs blog] .
315+
316+ Aside from that, wgpu team has been pumping out patches. In fact, wgpu-0.10 is
317+ easily the most patched release of all!
318+
319+ _ Discussions:
320+ [ /r/rust] ( https://reddit.com/r/rust/comments/ppgb2l/wgpu_alliance_with_deno ) ,
321+ [ Twitter] ( https://twitter.com/deno_land/status/1438573126670028801 ) _
322+
323+ [ wgpu ] : https://github.com/gfx-rs/wgpu
324+ [ Deno ] : https://github.com/denoland/deno
325+ [ gfx-rs blog ] : https://gfx-rs.github.io/2021/09/16/deno-webgpu.html
326+
272327## Popular Workgroup Issues in Github
273328
274329<!-- Up to 10 links to interesting issues -->
0 commit comments