From cec5ca09487353201c0b52d510e92e88d583689b Mon Sep 17 00:00:00 2001 From: munrocket Date: Mon, 23 Oct 2023 02:31:56 +0400 Subject: [PATCH] add compute.toys --- content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_index.md b/content/_index.md index ee2d081..b3e6421 100644 --- a/content/_index.md +++ b/content/_index.md @@ -22,6 +22,7 @@ WebGPU is a future web standard and JavaScript API for interfacing with the GPU, - [Samples](https://github.com/austinEng/webgpu-samples) - [TypeScript definitions](https://github.com/gpuweb/types) - [Awesome WebGPU](https://github.com/mikbry/awesome-webgpu) +- [Wgsl sandbox (compute.toys)](https://compute.toys) ## Getting started