http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / blaster.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 blaster - simulation of space combat
4 .SH SYNOPSIS
5 .B blaster
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-num_robots \fInumber\fP]
11 [\-num_lasers \fInumber\fP]
12 [\-num_stars \fInumber\fP]
13 [\-delay \fInumber\fP]
14 [\-fps]
15 .SH DESCRIPTION
16 Draws a simulation of flying space-combat robots (cleverly disguised as
17 colored circles) doing battle in front of a moving star field.
18 .SH OPTIONS
19 .TP 8
20 .B \-visual \fIvisual\fP
21 Specify which visual to use.  Legal values are the name of a visual class,
22 or the id number (decimal or hex) of a specific visual.
23 .TP 8
24 .B \-window
25 Draw on a newly-created window.  This is the default.
26 .TP 8
27 .B \-root
28 Draw on the root window.
29 .TP 8
30 .B \-num_robots \fInumber\fP
31 Robots.  2 - 50.  Default: 5.
32 .TP 8
33 .B \-num_lasers \fInumber\fP
34 Lasers.  1 - 100.  Default: 3.
35 .TP 8
36 .B \-num_stars \fInumber\fP
37 Stars.  5 - 200.  Default: 50.
38 .TP 8
39 .B \-delay \fInumber\fP
40 Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
41 .TP 8
42 .B \-fps
43 Display the current frame rate and CPU load.
44 .SH ENVIRONMENT
45 .PP
46 .TP 8
47 .B DISPLAY
48 to get the default host and display number.
49 .TP 8
50 .B XENVIRONMENT
51 to get the name of a resource file that overrides the global resources
52 stored in the RESOURCE_MANAGER property.
53 .SH SEE ALSO
54 .BR X (1),
55 .BR xscreensaver (1)
56 .SH COPYRIGHT
57 Copyright \(co 2002 by Jonathan Lin.  Permission to use, copy, modify, 
58 distribute, and sell this software and its documentation for any purpose is 
59 hereby granted without fee, provided that the above copyright notice appear 
60 in all copies and that both that copyright notice and this permission notice
61 appear in supporting documentation.  No representations are made about the 
62 suitability of this software for any purpose.  It is provided "as is" without
63 express or implied warranty.
64 .SH AUTHOR
65 Jonathan Lin.