http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / rocks.hlp
1 1 ROCKS 
2 Animation of flying through an asteroid field
3
4 SYNOPSIS
5
6   $ rocks [-display host:display.screen] [-foreground color] 
7           [-background color] [-window] [-root] [-count integer] 
8           [-delay usecs] [-speed integer] [-norotate]
9
10 2 DESCRIPTION
11 The rocks program draws an animation of an asteroid field moving past
12 the observer (or vice versa).  Sometimes the observer picks up spin on Z axis.
13
14 2 OPTIONS
15 rocks accepts the following options:
16
17    -window
18 Draw on a newly-created window.  This is the default.
19
20    -root
21 Draw on the root window.
22
23    -count integer
24 Maximum number of rocks to draw on the screen at once.  Default 100.
25
26    -speed integer
27 A measure of the speed with which the observer and the rocks pass each other,
28 from 1 to 100.  Default 100, meaning ``very fast.''  If you're on a slow 
29 display connection (the animation looks jerky) then try making this number 
30 smaller, and/or decreasing the number of rocks.
31
32    -delay microseconds
33 Number of microseconds to delay between each frame.  Default 50000, meaning
34 about 1/20th second.  Compare and contrast with -speed, above.
35
36    -norotate
37 Don't rotate the observer; just fly straight through the field.
38
39 2 ENVIRONMENT
40
41    DISPLAY
42 to get the default host and display number.
43
44    XENVIRONMENT
45 to get the name of a resource file that overrides the global resources
46 stored in the RESOURCE_MANAGER property.
47
48 2 BUGS
49 There should be an option to display doppler shift (a gravity rainbow.)
50
51 Speed of rotation should be settable.
52
53 Default speed of rotation should be relative to forward velocity.
54
55 2 COPYRIGHT
56 Copyright (co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
57 distribute, and sell this software and its documentation for any purpose is 
58 hereby granted without fee, provided that the above copyright notice appear 
59 in all copies and that both that copyright notice and this permission notice
60 appear in supporting documentation.  No representations are made about the 
61 suitability of this software for any purpose.  It is provided "as is" without
62 express or implied warranty.
63
64 2 AUTHOR
65 Based on Lisp Machine code copyright 1988 John Nguyen <johnn@hx.lcs.mit.edu>.
66
67 Ported to C and X by Jamie Zawinski <jwz@mcom.com>, 13-aug-92.