File: README

package info (click to toggle)
golly 2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,560 kB
  • ctags: 5,064
  • sloc: cpp: 38,119; python: 3,203; perl: 1,121; makefile: 58; java: 49; sh: 22
file content (45 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Welcome to Golly, a sophisticated tool for exploring Conway's
Game of Life and many other cellular automata.

Key features:

- Free, open source and cross-platform (Windows, Mac, Linux).
- Unbounded universes (limited only by memory).
- Multi-state universes (up to 256 states).
- Includes QuickLife, a fast, memory-efficient algorithm.
- Use HashLife to see large patterns evolve at huge time scales.
- Supports many different rules, including Wolfram's 1D rules,
  WireWorld, Generations, and John von Neumann's 29-state CA.
- Use RuleTable and RuleTree to load your own rules.
- Responsive even while generating or garbage collecting.
- Reads RLE, macrocell, Life 1.05/1.06, dblife, and MCell files.
  Can also read common graphic formats: BMP, PNG, GIF, TIFF.
- Can extract patterns, scripts and rules from zip files.
- Download files from online archives.
- Includes a state-of-the-art pattern collection.
- Fast loading of large patterns.
- Paste in patterns from the clipboard.
- Unlimited undo/redo.
- Unbounded zooming out for astronomical patterns.
- Auto fit option keeps a generating pattern within view.
- Full screen option (no menu/status/tool/scroll bars).
- Supports multiple layers, including cloned layers.
- HTML-based help with an integrated Life Lexicon.
- Scriptable via Perl or Python.
- User-configurable keyboard shortcuts.

The Golly application can be installed anywhere you like, but make
sure you move the whole folder because the various subfolders must
be kept with the application.

We also provide bgolly, a GUI-less version of Golly that can be
run from the command line.

The latest information is available at the Golly web site:

  http://golly.sourceforge.net/

Now go forth and generate!

Tomas Rokicki <rokicki@gmail.com>
Andrew Trevorrow <andrew@trevorrow.com>