a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Golly notation helpers

a5kin opened this issue · comments

In order to make experiments with life-like rules more convenient, we need a helper that will convert the rule in Golly notation to the integer (bit field).
We also need a reverse converter, to use readable genome strings in EvoLife statistics.

Helpers for Golly notation are implemented and in use for EvoLife.