Great Software for Cellular Automata
This page is a collection of software i have used that are related to Cellular automata and Artificial life.
Golly (Game of Life)
Golly by Andrew Trevorrow and Tomas Rokicki. I've seen quite a few game of life programs since 1992, Golly the best. http://golly.sourceforge.net/ macOS Windows Linux (2007-09)
HyperRogue
https://x.com/ZenoRogue/status/1249414451805204480
This is HyperRogue, the following settings (configured via commandline) select the manifold/tessellation/rules featured in this animation:
"-viz -caprob 0.2 -smart 2 -calive 49 -mineadj 1 -canvas 101010 -geo Bring -gp 7 4 -W Cellu -c0 0001 -c1 0011 -c010 00011 -c110 00111"
if you want to play a bit more, see namespace ca in https://github.com/zenorogue/hyperrogue/blob/master/complex.cpp .
Hexagonal Generative Art
old
Cellebration (cellular automata)
http://www.mirwoj.opus.chelm.pl/ca/mjcell/mjcell.html
Java
Cellebration by Mirek Wojtowicz plays ~12 types of Cellular Automata. This Java applet plays many types of CAs. The complete source code and binary are available for download.
modernca (cellular automata)
http://www.collidoscope.com/modernca/
The site features CA gallery using Java Appletes. By George Maydwell. Java
cellular automata
http://www.cse.sc.edu/%7Ebays/CAhomePage Java
2002-05: many good cellular java appletes programs written by computer science students on a CA course. Includig cellular automata on triangular and hexagonal grids, as well as some regular tilings. Professor is Carter Bays.