Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).