8000 GitHub - joliss/hashlife3d
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joliss/hashlife3d

Repository files navigation

HashLife 3D

A variation of the HashLife algorithm for Conway's Game of Life, caching not just the outcome grid, but also all intermediate grid states.

Installing dependencies

python3 -m venv .venv
source .venv/bin/activate
pip install poetry
poetry install
pip install -e .

Running

python -m hashlife3d ~/src/golly/Patterns/HashLife/Metacell/metapixel-p216-gun.mc.gz output.mp4

assuming your golly clone is in ~/src/golly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0