Xmodal / autonomX

Experiment with life-like processes to generate dynamic, emergent and self-organizing patterns and output these patterns via OSC.
10 stars 4 forks source link

Implement Wolfram's cellular automata #250

Closed aalex closed 3 years ago

aalex commented 3 years ago

Implement a new generator type "Wolfram cellular automata". (both the C++ backend object and the GUI)

Criteria

Technical details

alx-s commented 3 years ago

Here is an exemple of implementation taken from Ikegami's book on artificial life : https://github.com/alifelab/alife_book_src/blob/master/chap02/cellular_automata_1d.py