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

Revision 20148, 1.8 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 1 "" "X Version 11"
2.SH NAME
3euler2d - two dimensional incompressible inviscid fluid flow.
4.SH SYNOPSIS
5.B euler2d
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-count \fInumber\fP]
11[\-eulertail \fInumber\fP]
12[\-cycles \fInumber\fP]
13[\-ncolors \fInumber\fP]
14[\-delay \fInumber\fP]
15.SH DESCRIPTION
16Simulates two dimensional incompressible inviscid fluid flow.
17.SH OPTIONS
18.TP 8
19.B \-visual \fIvisual\fP
20Specify which visual to use.  Legal values are the name of a visual class,
21or the id number (decimal or hex) of a specific visual.
22.TP 8
23.B \-window
24Draw on a newly-created window.  This is the default.
25.TP 8
26.B \-root
27Draw on the root window.
28.TP 8
29.B \-count \fInumber\fP
30Particles.  2 - 5000.  Default: 1024.
31.TP 8
32.B \-eulertail \fInumber\fP
33Trail Length.  2 - 500.  Default: 10.
34.TP 8
35.B \-cycles \fInumber\fP
36Duration.  100 - 5000.  Default: 3000.
37.TP 8
38.B \-ncolors \fInumber\fP
39Number of Colors.  Default: 64.
40.TP 8
41.B \-delay \fInumber\fP
42Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
43.SH ENVIRONMENT
44.PP
45.TP 8
46.B DISPLAY
47to get the default host and display number.
48.TP 8
49.B XENVIRONMENT
50to get the name of a resource file that overrides the global resources
51stored in the RESOURCE_MANAGER property.
52.SH SEE ALSO
53.BR X (1),
54.BR xscreensaver (1)
55.SH COPYRIGHT
56Copyright \(co 2002 by Stephen Montgomery-Smith.  Permission to use,
57copy, modify, distribute, and sell this software and its documentation
58for any purpose is hereby granted without fee, provided that the above
59copyright notice appear in all copies and that both that copyright
60notice and this permission notice appear in supporting documentation.
61No representations are made about the suitability of this software for
62any purpose.  It is provided "as is" without express or implied
63warranty.
64.SH AUTHOR
65Stephen Montgomery-Smith.
Note: See TracBrowser for help on using the repository browser.