AlexWayne<Codes>
WebGPU Particle Playground
Source Code
2025-10-01
This was an experiment to learn WebGPU via TypeGPU, and ECS via bitECS.
- Uses a compute shader to simulate the particles so that particle updates and rendering can all happen on the GPU.
- Uses react to render the controls.
