Software:Golly (program)

From HandWiki
Short description: Tool for simulating cellular automata
Golly
Turing Machine in Golly.png
Screenshot of Golly
Initial releaseJuly 2005; 18 years ago (2005-07)[1]
Stable release
v4.2 / August 2022; 1 year ago (2022-08)[1]
Repositorysourceforge.net/projects/golly/
Written inC++ (wxWidgets)
Operating systemLinux, FreeBSD, OpenBSD, Windows, OS X, iOS, Android
LicenseGNU GPLv2[2]

Golly is a tool for the simulation of cellular automata. It is free open-source software written by Andrew Trevorrow and Tomas Rokicki;[3] it can be scripted using Lua[1] or Python. It includes a hashlife algorithm that can simulate the behavior of very large structured or repetitive patterns such as Paul Rendell's Life universal Turing machine,[4] and that is fast enough to simulate some patterns for 232 or more time units.[5] It also includes a large library of predefined patterns in Conway's Game of Life and other rules.[6]

References

  1. 1.0 1.1 1.2 "Golly Help: Changes". http://golly.sourceforge.net/Help/changes.html. 
  2. "Golly download". https://sourceforge.net/projects/golly/. 
  3. Delahaye, Jean-Paul (April 2009), "Le royaume du Jeu de la vie" (in French), Pour la Science: 86–91, http://www.lifl.fr/~jdelahay/dnalor/Jeudelavie.pdf .
  4. Rendell, P. (2011), "A universal Turing machine in Conway's Game of Life", 2011 International Conference on High Performance Computing and Simulation (HPCS), pp. 764–772, doi:10.1109/HPCSim.2011.5999906, http://uncomp.uwe.ac.uk/CAAA2011/Program_files/764-772.pdf, retrieved 2012-12-09 
  5. Gotts, Nicholas M. (2009), "Ramifying feedback networks, cross-scale interactions, and emergent quasi individuals in Conway's Game of Life", Artificial Life 15 (3): 351–375, doi:10.1162/artl.2009.Gotts.009, PMID 19254180, http://cranemtn.com/life/files/gotts-cross-scale-AL-draft.pdf .
  6. Eppstein, David (2010), "Growth and Decay in Life-Like Cellular Automata", in Andrew Adamatzky, Game of Life Cellular Automata, Springer, pp. 71–97, doi:10.1007/978-1-84996-217-9_6, ISBN 9781849962179, Bibcode2010golc.book...71E 

External links