Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`