Rust/WASM · WebGPU · WGSL

A particle field that lives on the GPU.

Rust prepares one tiny frame command while a compute shader advances 100,000 particles by default and can scale to 4.2 million. An instanced render pass draws them without reading their state back to JavaScript.

Checking for WebGPU…— fps