File: README

package info (click to toggle)
golly 1.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,452 kB
  • ctags: 3,884
  • sloc: cpp: 26,125; python: 2,472; perl: 987; makefile: 59; sh: 22
file content (38 lines) | stat: -rw-r--r-- 1,467 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
Welcome to Golly, a sophisticated tool for exploring Conway's
Game of Life and other cellular automata.

Key features:

- Unbounded universe (limited only by memory).
- Fast, memory-efficient conventional algorithm.
- Use hashing to see large patterns evolve at huge time scales.
- Responsive even while generating or garbage collecting.
- Reads RLE, Life 1.05/1.06, dblife, and macrocell formats.
- Can also read common graphic formats: BMP, PNG, GIF, TIFF.
- Includes a state-of-the-art pattern collection.
- Supports other Life-like rules and Wolfram's 1D rules.
- 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 integrated Life Lexicon.
- Scriptable via Perl or Python.
- User-configurable keyboard shortcuts.
- Free, open source and cross-platform (Windows, Mac, Linux).
- We also provide bgolly, a GUI-less version.

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

The latest information can be found at the Golly web site:

  http://golly.sourceforge.net/

Now go forth and generate!

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