https://github.com/emcfarlane/webgpu-life
WebGPU Conways Game of Life
https://github.com/emcfarlane/webgpu-life
Last synced: 2 months ago
JSON representation
WebGPU Conways Game of Life
- Host: GitHub
- URL: https://github.com/emcfarlane/webgpu-life
- Owner: emcfarlane
- Created: 2024-11-13T05:27:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T05:29:17.000Z (over 1 year ago)
- Last Synced: 2025-10-17T03:06:42.711Z (8 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGPU Life
A simple implementation of Conway's Game of Life using WebGPU.
Follows the [Getting Started with WebGPU][1] tutorial.

## Usage
Install npm dependencies.
```sh
npm install
```
Run the go server, bundling the assets with [esbuild][esbuild].
```sh
go run . --dev
```
Bundling based on [pkgsite][pkgsite].
[1]: https://codelabs.developers.google.com/your-first-webgpu-app#0
[esbuild]: https://esbuild.github.io/
[pkgsite]: https://github.com/golang/pkgsite