https://github.com/ustymukhman/webgpu-game-of-life
Conway's Game of Life in WebGPU.
https://github.com/ustymukhman/webgpu-game-of-life
conway game-of-life webgpu
Last synced: about 2 months ago
JSON representation
Conway's Game of Life in WebGPU.
- Host: GitHub
- URL: https://github.com/ustymukhman/webgpu-game-of-life
- Owner: UstymUkhman
- License: mit
- Created: 2023-11-12T12:14:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T18:29:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T06:08:19.589Z (9 months ago)
- Topics: conway, game-of-life, webgpu
- Language: TypeScript
- Homepage: https://ustymukhman.github.io/webgpu-game-of-life/dist/
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGPU Game Of Life #
> [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in [WebGPU](https://www.w3.org/TR/webgpu/).


[](https://ustymukhman.github.io/webgpu-game-of-life/dist)
## Download ##
`git clone https://github.com/UstymUkhman/webgpu-game-of-life.git`
`cd webgpu-game-of-life`
`pnpm i`
## Develop ##
`pnpm start`
## Build ##
`pnpm build`