Godot WebGPU
8 hours ago
- #Web Games
- #WebGPU
- #Godot Engine
- Godot Web games performance increased by 5x with WebGPU support.
- Implemented WebGPU for Shiny Gen to maintain Godot instead of switching to three.js.
- Shiny Gen now runs optimized with compute shaders on Godot WebGPU.
- Tested across browsers: Chrome 113+ and Safari 18+ fully support WebGPU; iOS and Android are work in progress.
- Stress tests show WebGPU outperforms WebGL in high object counts, as tested on Mac Studio M3 Ultra.
- WebGPU backend is documented for technical details.