Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devinleamy/gameoflife

WebGPU Game of Life
https://github.com/devinleamy/gameoflife

Last synced: 16 days ago
JSON representation

WebGPU Game of Life

Awesome Lists containing this project

README

        

```bash
# Watch for TypeScript file changes, and hot reload using the given config.
tsc -p ./tsconfig.json -w
```

```bash
# Hot reload on changes.
npx live-server
```