Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devinleamy/gameoflife
- Owner: DevinLeamy
- Created: 2023-05-28T04:06:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-28T04:06:58.000Z (over 1 year ago)
- Last Synced: 2023-08-06T17:24:48.974Z (over 1 year ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```