1cloudlife(6x)                 XScreenSaver manual                cloudlife(6x)
2
3
4

NAME

6       cloudlife - a cellular automaton based on Conway's Life
7

SYNOPSIS

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       [-fps]
15

DESCRIPTION

17       The cloudlife program draws a  cellular  automaton  based  on  Conway's
18       Life, except that cells have a maximum age, and only one pixel per cell
19       is drawn every tick.
20

OPTIONS

22       cloudlife accepts the following options:
23
24       -window Draw on a newly-created window.  This is the default.
25
26       -root   Draw on the root window.
27
28       -mono   If on a color display, pretend we're on a monochrome display.
29
30       -install
31               Install a private colormap for the window.
32
33       -visual visual
34               Specify which visual to use.  Legal values are the  name  of  a
35               visual  class,  or the id number (decimal or hex) of a specific
36               visual.
37
38       -cycle-delay integer
39               Time in microseconds to sleep between ticks.  Default 25000.
40
41       -cycle-colors integer
42               How many ticks should elapse between cycling colors.  0 to dis‐
43               able color cycling.  Default 2.
44
45       -ncolors integer
46               How many colors should be used (if possible).  Default 64.  The
47               colors are chosen randomly.
48
49       -cell-size integer
50               Size of each cell, in powers of 2.  Default 3 (8-pixel cells).
51
52       -initial-density integer
53               Percentage of cells that are alive at start and when the  field
54               is repopulated.  Default 30.
55
56       -max-age integer
57               Maximum age for a cell.  Default 64.
58
59       -fps    Display the current frame rate and CPU load.
60

ENVIRONMENT

62       DISPLAY to get the default host and display number.
63
64       XENVIRONMENT
65               to  get  the  name of a resource file that overrides the global
66               resources stored in the RESOURCE_MANAGER property.
67

SEE ALSO

69       X(1), xscreensaver(1), xlock(1)
70
72       Copyright © 2003 by Don Marti.  Based on examples from the hacks direc‐
73       tory  of  xscreensaver,  Copyright  (c) 1997, 1998, 2002 Jamie Zawinski
74       <jwz@jwz.org>
75
76       This man page based on the man page of sierpinski, Copyright © 1996  by
77       Desmond Daignault.
78
79       Permission  to  use, copy, modify, and distribute this software and its
80       documentation for any purpose and without fee is hereby  granted,  pro‐
81       vided  that  the  above  copyright notice appear in all copies and that
82       both that copyright notice and this permission notice  appear  in  sup‐
83       porting documentation.
84

AUTHOR

86       Don Marti <dmarti@zgp.org> 20 May 2003.
87
88
89
90
91X Version 11               5.45-1.fc33 (10-Dec-2020)             cloudlife(6x)
Impressum