1cloudlife(6x) XScreenSaver manual cloudlife(6x)
2
3
4
6 cloudlife - a cellular automaton based on Conway's Life
7
9 cloudlife [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-window] [-root] [-mono] [-install] [-visual visual]
11 [-ncolors integer] [-cycle-delay microseconds] [-cycle-colors inte‐
12 ger][-cell-size integer] [-initial-density integer] [-max-age integer]
13
14
16 The cloudlife program draws a cellular automaton based on Conway's
17 Life, except that cells have a maximum age, and only one pixel per cell
18 is drawn every tick.
19
21 cloudlife accepts the following options:
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -mono If on a color display, pretend we're on a monochrome display.
28
29 -install
30 Install a private colormap for the window.
31
32 -visual visual
33 Specify which visual to use. Legal values are the name of a
34 visual class, or the id number (decimal or hex) of a specific
35 visual.
36
37 -cycle-delay integer
38 Time in microseconds to sleep between ticks. Default 25000.
39
40 -cycle-colors integer
41 How many ticks should elapse between cycling colors. 0 to dis‐
42 able color cycling. Default 2.
43
44 -ncolors integer
45 How many colors should be used (if possible). Default 64. The
46 colors are chosen randomly.
47
48 -cell-size integer
49 Size of each cell, in powers of 2. Default 3 (8-pixel cells).
50
51 -initial-density integer
52 Percentage of cells that are alive at start and when the field
53 is repopulated. Default 30.
54
55 -max-age integer
56 Maximum age for a cell. Default 64.
57
58
59
61 DISPLAY to get the default host and display number.
62
63 XENVIRONMENT
64 to get the name of a resource file that overrides the global
65 resources stored in the RESOURCE_MANAGER property.
66
68 X(1), xscreensaver(1), xlock(1)
69
71 Copyright © 2003 by Don Marti. Based on examples from the hacks direc‐
72 tory of xscreensaver, Copyright (c) 1997, 1998, 2002 Jamie Zawinski
73 <jwz@jwz.org>
74
75 This man page based on the man page of sierpinski, Copyright © 1996 by
76 Desmond Daignault.
77
78 Permission to use, copy, modify, and distribute this software and its
79 documentation for any purpose and without fee is hereby granted, pro‐
80 vided that the above copyright notice appear in all copies and that
81 both that copyright notice and this permission notice appear in sup‐
82 porting documentation.
83
85 Don Marti <dmarti@zgp.org> 20 May 2003.
86
87
88
89
90X Version 11 5.05-3 (06-Apr-2008) cloudlife(6x)