From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / hydrostat.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 hydrostat - Wiggly squid or jellyfish with many tentacles.
4 .SH SYNOPSIS
5 .B hydrostat
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-count \fInumber\fP]
13 [\-head-radius \fInumber\fP]
14 [\-tentacles \fInumber\fP]
15 [\-thickness \fInumber\fP]
16 [\-length \fInumber\fP]
17 [\-gravity \fInumber\fP]
18 [\-current \fInumber\fP]
19 [\-friction \fInumber\fP]
20 [\-no-pulse]
21 [\-wireframe]
22 [\-fps]
23 .SH DESCRIPTION
24 Wiggly squid or jellyfish with many tentacles.  A muscular hydrostat
25 is a biological structure used to move its host about, consisting of
26 muscles with no skeletal support. It performs its hydraulic movement
27 without fluid in a separate compartment, as in a hydrostatic
28 skeleton.
29 .SH OPTIONS
30 .TP 8
31 .B \-visual \fIvisual\fP
32 Specify which visual to use.  Legal values are the name of a visual class,
33 or the id number (decimal or hex) of a specific visual.
34 .TP 8
35 .B \-window
36 Draw on a newly-created window.  This is the default.
37 .TP 8
38 .B \-root
39 Draw on the root window.
40 .TP 8
41 .B \-delay \fInumber\fP
42 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds).
43 .TP 8
44 .B \-speed \fInumber\fP
45 Animation speed.  2.0 means twice as fast, 0.5 means half as fast.
46 .TP 8
47 .B \-count \fInumber\fP
48 Number of squid.  1 - 100.  Default: 10.
49 .TP 8
50 .B \-head-radius \fInumber\fP
51 Head size.  10 - 100.  Default: 60.
52 .TP 8
53 .B \-tentacles \fInumber\fP
54 Number of tentacles.  3 - 100.  Default: 40.
55 .TP 8
56 .B \-thickness \fInumber\fP
57 Thickness of tentacles.  3 - 40.  Default: 18.
58 .TP 8
59 .B \-length \fInumber\fP
60 Length of tentacles.  10 - 150.  Default: 70.
61 .TP 8
62 .B \-gravity \fInumber\fP
63 Strength of gravity.  0 - 10.0.  Default: 0.5.
64 .TP 8
65 .B \-current \fInumber\fP
66 Strength of current.  0.0 - 10.0.  Default: 0.25.
67 .TP 8
68 .B \-friction \fInumber\fP
69 Coefficient of friction.  0.0 - 0.1.  Default: 0.02.
70 .TP 8
71 .B \-pulse | \-no-pulse
72 Whether the squid should pulse. Default true.
73 .TP 8
74 .B \-wireframe | \-no-wireframe
75 Render in wireframe instead of solid.
76 .TP 8
77 .B \-fps | \-no-fps
78 Whether to show a frames-per-second display at the bottom of the screen.
79 .SH ENVIRONMENT
80 .PP
81 .TP 8
82 .B DISPLAY
83 to get the default host and display number.
84 .TP 8
85 .B XENVIRONMENT
86 to get the name of a resource file that overrides the global resources
87 stored in the RESOURCE_MANAGER property.
88 .SH SEE ALSO
89 .BR X (1),
90 .BR xscreensaver (1)
91
92 .BR http://soulwire.co.uk/experiments/muscular-hydrostats/
93 .SH COPYRIGHT
94 Copyright \(co 2016 by Justin Windle and Jamie Zawinski.  Permission
95 to use, copy, modify, distribute, and sell this software and its
96 documentation for any purpose is hereby granted without fee, provided
97 that the above copyright notice appear in all copies and that both
98 that copyright notice and this permission notice appear in supporting
99 documentation.  No representations are made about the suitability of
100 this software for any purpose.  It is provided "as is" without express
101 or implied warranty.
102 .SH AUTHOR
103 Justin Windle and Jamie Zawinski.