Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T18:29:36.000Z (about 1 year ago)
- Last Synced: 2024-10-12T14:44:50.848Z (3 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://img.shields.io/github/deployments/UstymUkhman/webgpu-game-of-life/github-pages?style=flat-square)
![](https://img.shields.io/github/package-json/v/UstymUkhman/webgpu-game-of-life?color=brightgreen&style=flat-square)
![](https://img.shields.io/github/license/UstymUkhman/webgpu-game-of-life?color=lightgrey&style=flat-square)[![](./public/preview.jpg)](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`