Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesfrye/life-rust-wasm
Implementation of Conway's Game of Life in Rust/wasm
https://github.com/charlesfrye/life-rust-wasm
Last synced: 27 days ago
JSON representation
Implementation of Conway's Game of Life in Rust/wasm
- Host: GitHub
- URL: https://github.com/charlesfrye/life-rust-wasm
- Owner: charlesfrye
- License: apache-2.0
- Created: 2022-01-28T04:55:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T20:01:58.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T15:37:35.566Z (3 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
Demo Rust-wasm Project
Rust source for an implementation of Conway's Game of Life that's compatible with compilation to wasm.
Based on the tutorial [here](https://rustwasm.github.io/docs/book/).