A bare bones WebGPU demo used as a starting point for other demos. As WebGPU needs a pipeline to even clear the screen this demo draws the simplest triangle geometry so all the relevant elements of the code are in place to build more complex demos.
- WebGPU Fundamentals — the minimal triangle + pipeline setup this demo mirrors.
- WebGPU Specification and WGSL Specification — the W3C standards.
- wgpu-py documentation — the Python WebGPU implementation used here.
