Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kateinoigakukun/swiftwasm-game-of-life
Demo project of Swift on Web App
https://github.com/kateinoigakukun/swiftwasm-game-of-life
swift swiftwasm web
Last synced: 17 days ago
JSON representation
Demo project of Swift on Web App
- Host: GitHub
- URL: https://github.com/kateinoigakukun/swiftwasm-game-of-life
- Owner: kateinoigakukun
- Created: 2020-04-06T18:09:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T14:42:26.000Z (about 3 years ago)
- Last Synced: 2024-08-06T00:17:27.170Z (3 months ago)
- Topics: swift, swiftwasm, web
- Language: Swift
- Homepage: https://kateinoigakukun.github.io/swiftwasm-game-of-life/
- Size: 16.1 MB
- Stars: 83
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LifeGame with SwiftWasm
https://kateinoigakukun.github.io/swiftwasm-game-of-life/
## Requirements
- [swiftwasm/carton: SwiftWasm Tool](https://github.com/swiftwasm/carton)
## Development
```sh
$ swift package generate-xcodeproj
$ open LifeGame.xcodeproj
$ carton dev --custom-index-page static/index.html
```![](./assets/life-game-dev.gif)