http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.04.2.tar.gz
[xscreensaver] / hacks / ant.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 ant - cellular automaton.
4 .SH SYNOPSIS
5 .B ant
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-sharpturns]
11 [\-truchet]
12 [\-delay \fInumber\fP]
13 [\-cycles \fInumber\fP]
14 [\-count \fInumber\fP]
15 [\-size \fInumber\fP]
16 [\-neighbors 3]
17 [\-neighbors 4]
18 [\-neighbors 6]
19 [\-neighbors 9]
20 [\-neighbors 12]
21 [\-ncolors \fInumber\fP]
22 .SH DESCRIPTION
23 A cellular automaton that is really a two-dimensional Turing machine: as
24 the heads ("ants") walk along the screen, they change pixel values in
25 their path. Then, as they pass over changed pixels, their behavior is
26 influenced.
27 .SH OPTIONS
28 .TP 8
29 .B \-visual \fIvisual\fP
30 Specify which visual to use.  Legal values are the name of a visual class,
31 or the id number (decimal or hex) of a specific visual.
32 .TP 8
33 .B \-window
34 Draw on a newly-created window.  This is the default.
35 .TP 8
36 .B \-root
37 Draw on the root window.
38 .TP 8
39 .B \-sharpturns | \-no-sharpturns
40 Whether to do sharp turns.
41 .TP 8
42 .B \-truchet | \-no-truchet
43 Whether to use truchet lines.
44 .TP 8
45 .B \-delay \fInumber\fP
46 Per-frame delay, in microseconds.  Default: 1000 (0.00 seconds.).
47 .TP 8
48 .B \-cycles \fInumber\fP
49 How long to wait until resetting.  0 - 800000.  Default: 40000.
50 .TP 8
51 .B \-count \fInumber\fP
52 Ants Count.  -20 - 20.  Default: -3.
53 .TP 8
54 .B \-size \fInumber\fP
55 Ant Size.  -18 - 18.  Default: -12.
56 .TP 8
57 .B \-neighbors \fIN\fP
58 How many neighbors each cell has.  Legal values are 3, 4, 6, 9, and 12.
59 .TP 8
60 .B \-ncolors \fInumber\fP
61 Number of colors.  Default: 64.
62 .SH ENVIRONMENT
63 .PP
64 .TP 8
65 .B DISPLAY
66 to get the default host and display number.
67 .TP 8
68 .B XENVIRONMENT
69 to get the name of a resource file that overrides the global resources
70 stored in the RESOURCE_MANAGER property.
71 .SH SEE ALSO
72 .BR X (1),
73 .BR xscreensaver (1)
74 .SH COPYRIGHT
75 Copyright \(co 2002 by David Bagley.  Permission to use, copy, modify, 
76 distribute, and sell this software and its documentation for any purpose is 
77 hereby granted without fee, provided that the above copyright notice appear 
78 in all copies and that both that copyright notice and this permission notice
79 appear in supporting documentation.  No representations are made about the 
80 suitability of this software for any purpose.  It is provided "as is" without
81 express or implied warranty.
82 .SH AUTHOR
83 David Bagley.