source: trunk/third/xscreensaver/hacks/rd-bomb.man @ 12203

Revision 12203, 3.0 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "10-May-97" "X Version 11"
2.SH NAME
3rd-bomb - reaction/diffusion textures
4.SH SYNOPSIS
5.B rd-bomb
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7[\-background \fIcolor\fP] [\-window] [\-root] [\-install]
8[\-visual \fIvisual\fP] [\-width \fIn\fP] [\-height \fIn\fP]
9[\-reaction \fIn\fP] [\-diffusion \fIn\fP]
10[\-size \fIf\fP] [\-speed \fIf\fP] [\-delay \fIusecs\fP]
11.SH DESCRIPTION
12
13The \fIrd-bomb\fP program draws reaction/diffusion textures.  The code
14is derived from the 'd' mode of the "bomb" visual musical instrument
15(see http://www.cs.cmu.edu/~spot/bomb.html).  I got the equations from
16xmorphia (http://www.ccsf.caltech.edu/ismap/image.html), which is
17based on a version of the Gray-Scott model taken from:
18    John E. Pearson "Complex Patterns in a Simple System"
19    Science, 261,189, 9 July 1993.
20
21If the frame-rate is too low, consider decreasing the width and height
22of the tile, or decreasing the size of the active part of the screen.
23
24.SH OPTIONS
25
26If one of the reaction, diffusion, radius, and palette options is set
27to a negative value, then that option will be set to a random
28appropriate value.
29
30Be sure to try "-speed 1 -size 0.1 -epoch 3000".
31
32.I rd-bomb
33accepts the following options:
34.TP 8
35.B \-window
36Draw on a newly-created window.  This is the default.
37.TP 8
38.B \-root
39Draw on the root window.
40.TP 8
41.B \-install
42Install a private colormap for the window.
43.TP 8
44.B \-visual \fIvisual\fP
45Specify which visual to use.  Legal values are the name of a visual class,
46or the id number (decimal or hex) of a specific visual.
47.TP 8
48.B \-width \fIn\fP
49.TP 8
50.B \-height \fIn\fP
51Specify the size of the tile, in pixels.
52.TP 8
53.B \-reaction \fIn\fP
54.TP 8
55.B \-diffusion \fIn\fP
56These are constants in the equations that effect its visual nature.
57Each may be one of 0, 1, or 2. 
58.TP 8
59.B \-radius \fIn\fP
60Size of the seed.
61.TP 8
62.B \-palette \fIn\fP
63Selects a palette.  Must be between 0 and 80, inclusive.
64.TP 8
65.B \-size \fIf\fP
66What fraction of the window is actively drawn, a floating point number
67between 0 (exclusive) and 1 (inclusive).  Default is 0.66.
68.TP 8
69.B \-speed \fIf\fP
70When a fraction of the screen is active, the active area moves at this
71rate (a floating point number).  Default is zero.  Suggested value: 1.0.
72.TP 8
73.B \-delay \fIusecs\fP
74How many microseconds to delay between frames; default 1000, or
75about 1/1000th of a second.
76.SH ENVIRONMENT
77.PP
78.TP 8
79.B DISPLAY
80to get the default host and display number.
81.TP 8
82.B XENVIRONMENT
83to get the name of a resource file that overrides the global resources
84stored in the RESOURCE_MANAGER property.
85.SH SEE ALSO
86.BR X (1),
87.BR xscreensaver (1),
88.BR xlock (1)
89.SH COPYRIGHT
90Copyright \(co 1997 by Scott Draves.
91
92Permission to use, copy, modify, and distribute this software and its
93documentation for any purpose and without fee is hereby granted,
94provided that the above copyright notice appear in all copies and that
95both that copyright notice and this permission notice appear in
96supporting documentation.
97.SH AUTHOR
98Scott Draves <spot@cs.cmu.edu>, 9/97
Note: See TracBrowser for help on using the repository browser.