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
- Host: GitHub
- URL: https://github.com/ryex/hashlife-wasm
- Owner: Ryex
- License: mit
- Created: 2021-06-03T19:13:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T02:49:47.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T19:42:14.650Z (6 months ago)
- Language: Rust
- Size: 3.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.