Open
Description
Feature idea: Visualizing rules.
Currently, CellPyLib seems to be a very nice tool for learning / teaching about cellular automata. It can simulate many classic models. To expand its usability for this purpose, it would be nice to have functions for visualizing deterministic update rules, in the spirit of Mathematica's RulePlot.
Here are a few examples of what Mathematica's RulePlot
does, for inspiration:
Rule 30:
3-colour rule 123:
A two-dimensional case:
As you can see, it lists all possible neighbourhoods, and shows how the cell would get updated.