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

https://github.com/ryex/hashlife-wasm

Game of life written with the Hashlife algorithem in Rust and compiled to WASM
https://github.com/ryex/hashlife-wasm

Last synced: 2 months ago
JSON representation

Game of life written with the Hashlife algorithem in Rust and compiled to WASM

Awesome Lists containing this project

README

          

wasm-gameoflife

A Rust experiment.

Built with 🦀🕸 by Ryex

## About

A game of life implimentation in honer of John Conway who died April 11 2020 of the Covid19 pandemic.

## 🔋 Batteries Included

* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating
between WebAssembly and JavaScript.
* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized
for small code size.