This repository follows Google's Your first WebGPU app codelab. The tutorial introduces WebGPU by building Conway's Game of Life: a compute shader updates the state of each cell, and render shaders ...
init() acquires an adapter and device and returns a single Gpu handle. Everything else hangs off it. The browser quick start in the README is four lines: Copy CodeCopiedUse a different Browser const ...