Presentation and demo code repository for "WebGPU ~ Compute shaders on the web"
cd demo
yarn
yarn run dev
Open http://localhost:5173/ in Chrome based browser, see caniuse for other browser support.
cd presentation
yarn
yarn run dev
Open http://localhost:3030/ in a browser of your choice.