source: trunk/third/xscreensaver/hacks/cloudlife.man @ 20148

Revision 20148, 2.7 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 6 "20-May-2003" "X Version 11"
2.SH NAME
3cloudlife - a cellular automaton based on Conway's Life
4.SH SYNOPSIS
5.B cloudlife
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-cycle-delay \fImicroseconds\fP] [\-cycle-colors \fIinteger\fP][\-cell-size \fIinteger\fP] [\-initial-density \fIinteger\fP] [\-max-age \fIinteger\fP]
7
8.SH DESCRIPTION
9The \fIcloudlife\fP program draws a cellular
10automaton based on Conway's Life, except that
11cells have a maximum age, and only one pixel per
12cell is drawn every tick.
13.SH OPTIONS
14.I cloudlife
15accepts the following options:
16.TP 8
17.B \-window
18Draw on a newly-created window.  This is the default.
19.TP 8
20.B \-root
21Draw on the root window.
22.TP 8
23.B \-mono
24If on a color display, pretend we're on a monochrome display.
25.TP 8
26.B \-install
27Install a private colormap for the window.
28.TP 8
29.B \-visual \fIvisual\fP
30Specify which visual to use.  Legal values are the name of a visual class,
31or the id number (decimal or hex) of a specific visual.
32.TP 8
33.B \-cycle-delay \fIinteger\fP
34Time in microseconds to sleep between ticks.  Default 25000.
35.TP 8
36.B \-cycle-colors \fIinteger\fP
37How many ticks should elapse between cycling colors.  0 to disable
38color cycling.  Default 2.
39.TP 8
40.B \-cycle-colors \fIinteger\fP
41How many ticks should elapse between cycling colors.  0 to use
42just one color. Default 1.
43.TP 8
44.B \-ncolors \fIinteger\fP
45How many colors should be used (if possible).  Default 32.
46The colors are chosen randomly.
47.TP 8
48.B \-cell-size \fIinteger\fP
49Size of each cell, in powers of 2.  Default 3 (8-pixel cells).
50.TP 8
51.B \-initial-density \fIinteger\fP
52Percentage of cells that are alive at start and when the
53field is repopulated.  Default 30. 
54.TP 8
55.B \-max-age \fIinteger\fP
56Maximum age for a cell.  Default 64.
57
58
59.SH ENVIRONMENT
60.PP
61.TP 8
62.B DISPLAY
63to get the default host and display number.
64.TP 8
65.B XENVIRONMENT
66to get the name of a resource file that overrides the global resources
67stored in the RESOURCE_MANAGER property.
68.SH SEE ALSO
69.BR X (1),
70.BR xscreensaver (1),
71.BR xlock (1)
72.SH COPYRIGHT
73
74Copyright \(co 2003 by Don Marti.  Based on
75examples from the hacks directory of xscreensaver,
76Copyright (c) 1997, 1998, 2002 Jamie Zawinski
77<jwz@jwz.org>
78
79This man page based on the man page of sierpinski,
80Copyright \(co 1996 by Desmond Daignault.
81
82Permission to use, copy, modify, and distribute this software and its
83documentation for any purpose and without fee is hereby granted,
84provided that the above copyright notice appear in all copies and that
85both that copyright notice and this permission notice appear in
86supporting documentation.
87.SH AUTHOR
88Don Marti <dmarti@zgp.org> 20 May 2003. 
89
Note: See TracBrowser for help on using the repository browser.