Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Demo project of Swift on Web App

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)