1 .TH XScreenSaver 1 "" "X Version 11"
3 ant - cellular automaton.
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
18 [\-delay \fInumber\fP]
19 [\-cycles \fInumber\fP]
20 [\-count \fInumber\fP]
27 [\-ncolors \fInumber\fP]
30 A cellular automaton that is really a two-dimensional Turing machine: as
31 the heads ("ants") walk along the screen, they change pixel values in
32 their path. Then, as they pass over changed pixels, their behavior is
36 .B \-visual \fIvisual\fP
37 Specify which visual to use. Legal values are the name of a visual class,
38 or the id number (decimal or hex) of a specific visual.
41 Draw on a newly-created window. This is the default.
44 Draw on the root window.
46 .B \-sharpturns | \-no-sharpturns
47 Whether to do sharp turns.
49 .B \-truchet | \-no-truchet
50 Whether to use truchet lines.
53 Whether to draw eyes on the ants.
55 .B \-delay \fInumber\fP
56 Per-frame delay, in microseconds. Default: 1000 (0.0001 seconds.).
58 .B \-cycles \fInumber\fP
59 How long to wait until resetting. 0 - 800000. Default: 40000.
61 .B \-count \fInumber\fP
62 Ants Count. -20 - 20. Default: -3.
64 .B \-size \fInumber\fP
65 Ant Size. -18 - 18. Default: -12.
67 .B \-neighbors \fIN\fP
68 How many neighbors each cell has. Legal values are 3, 4, 6, 9, and 12.
70 .B \-ncolors \fInumber\fP
71 Number of colors. Default: 64.
74 Display the current frame rate and CPU load.
79 to get the default host and display number.
82 to get the name of a resource file that overrides the global resources
83 stored in the RESOURCE_MANAGER property.
88 Copyright \(co 2002 by David Bagley. Permission to use, copy, modify,
89 distribute, and sell this software and its documentation for any purpose is
90 hereby granted without fee, provided that the above copyright notice appear
91 in all copies and that both that copyright notice and this permission notice
92 appear in supporting documentation. No representations are made about the
93 suitability of this software for any purpose. It is provided "as is" without
94 express or implied warranty.