← Lab
GPU Lab
Experiments with WebGPU and TypeGPU. Compute shaders, simulations, and visual effects running directly on your graphics card.
About
These demos use TypeGPU for device initialization and type-safe WebGPU development. The goal is to explore GPU computing through original experiments—not just ports of existing examples.
WebGPU is the successor to WebGL, providing low-level access to modern GPU features including compute shaders for general-purpose GPU computing.