feat: game of life compute shader

This commit is contained in:
Florian Sylvain
2025-04-06 04:15:05 +02:00
parent 63420f39a1
commit 69f1e7cdd9
3 changed files with 139 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Whatever WebGPU</title>
</head>
<body>
<canvas id="canvas" width="512" height="512"></canvas>
<canvas id="canvas" width="1024" height="1024"></canvas>
<p id="fps">FPS:</p>
<script type="module" src="/src/main.ts"></script>
</body>