diff --git a/docs/tutorial.html b/docs/tutorial.html index 14d83f3..dfa7b6f 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -4,9 +4,18 @@ - TinyWebGPU — tutorial - + TinyWebGPU tutorial — WebGPU and WGSL, sixteen runnable steps + + + + + + + + diff --git a/index.html b/index.html index 7fade6d..518a499 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,20 @@ - TinyWebGPU — demos + TinyWebGPU — a one-file WebGPU framework, with live demos + + + + + + + + diff --git a/package.json b/package.json index a6a2444..fdf63da 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,13 @@ "webgpu", "wgsl", "shader", + "shaders", "compute", + "compute-shader", "gpgpu", - "graphics" + "graphics", + "webgpu-framework", + "zero-dependency" ], "devDependencies": { "esbuild": "^0.25.0",