http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / pyro.hlp
1 1 PYRO 
2 Simulate fireworks
3
4 SYNOPSIS
5
6    $ pyro [-display host:display.screen] [-foreground color] 
7           [-background color] [-window] [-root] [-mono] [-count integer] 
8           [-frequency integer] [-scatter integer]
9
10 2 DESCRIPTION
11 The pyro program simulates fireworks, in a way similar to a Macintosh
12 program of the same name.
13
14 2 OPTIONSpyro
15 Pyro 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    -mono 
24 If on a color display, pretend we're on a monochrome display.
25
26    -count integer
27 How many particles should be allowed on the screen at once.  Default 100.
28
29    -frequency integer
30 How often new missiles should launch.  Default 30.
31
32    -scatter integer
33 How many particles should appear when a missile explodes.  Default 20.
34 The actual number used is between N and N+(N/2).
35
36 2 ENVIRONMENT
37
38    DISPLAY
39 to get the default host and display number.
40
41    XENVIRONMENT
42 to get the name of a resource file that overrides the global resources
43 stored in the RESOURCE_MANAGER property.
44
45 2 COPYRIGHT
46 Copyright (co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
47 distribute, and sell this software and its documentation for any purpose is 
48 hereby granted without fee, provided that the above copyright notice appear 
49 in all copies and that both that copyright notice and this permission notice
50 appear in supporting documentation.  No representations are made about the 
51 suitability of this software for any purpose.  It is provided "as is" without
52 express or implied warranty.
53
54 2 AUTHOR
55 Jamie Zawinski <jwz@mcom.com>, 13-aug-92.