luiswirth / lifeash

A Hashlife (Gosper's algorithm) implementation written in Rust
MIT License
4 stars 1 forks source link
cellular-automata conways-game-of-life game-of-life hashing hashlife life memoization rust

lifeash

Rust CI

Lifeash is a rust implementation of the hashlife algorithm more formally known as Gosper's algorithm for Conway's Game of Life.

It consists of two parts: The lifeash crate/library and the cremator binary/simulator.