WebGPU is coming in Bevy 0.11
WebGPU support was merged into Bevy’s main branch, and it will be released in Bevy 0.11. What is WebGPU? and how does it relate to wgpu and Bevy.
Tracking what's happening in the Rust ecosystem.
Sign up to get notified of new posts.
No spam, unsubscribe any time.
WebGPU support was merged into Bevy’s main branch, and it will be released in Bevy 0.11. What is WebGPU? and how does it relate to wgpu and Bevy.
What is it like to build a WASM web UI? How does it compare to React, Svelte, and other approaches? Let's find out!
Whether its relying on indices or making mutable variables more widely scoped than they need to be, these are some tips for writing Rustier Rust using a small parsing problem.
Its the weekend and you know what that means! Time to implement raytracing in one weekend using Raytracing in One Weekend. The book is written in C++ so my goal is to do some ad-hoc conversion and get a result in Rust.