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.
Signed Distance Fields can be used to render beautiful images. They are often used not just for shapes that blend together well, but also shadows, displacements, and even rendering fonts. Here we explore SDFs using Bevy, Shaders, and Rust.
Extending Materials, especially StandardMaterial, is new in Bevy 0.12. Let's dive into how to use it with two examples!
Procreate Dreams animations inside of Bevy!