http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / flame.hlp
1 1 FLAME 
2 Draw weird cosmic fractals
3
4 SYNOPSIS
5   $ flame [-display host:display.screen] [-foreground color] 
6           [-background color] [-window] [-root] [-mono] [-ncolors integer] 
7           [-iterations integer] [-points integer] [-delay microseconds] 
8           [-delay2 microseconds]
9
10 2 DESCRIPTION
11 The flame program generates colorful fractal displays.
12
13 2 OPTIONS
14 flame accepts the following options:
15
16    -window
17 Draw on a newly-created window.  This is the default.
18
19    -root
20 Draw on the root window.
21
22    -mono 
23 If on a color display, pretend we're on a monochrome display.
24
25    -ncolors integer
26 How many colors should be used (if possible).  Default 128.
27 The colors used cycle through the hue, making N stops around 
28 the color wheel.
29
30    -iterations integer
31 How many fractals to generate.  Default 25.
32
33    -points integer
34 How many pixels to draw for each fractal.  Default 10000.
35
36    -delay microseconds
37 How long we should wait between drawing each fractal.  Default 50000,
38 or about 1/20th second.
39
40    -delay2 microseconds
41 How long we should wait before clearing the screen when each run ends.
42 Default 2000000, or two seconds.
43
44 2 ENVIRONMENT
45
46    DISPLAY
47 to get the default host and display number.
48
49    XENVIRONMENT
50 to get the name of a resource file that overrides the global resources
51 stored in the RESOURCE_MANAGER property.
52
53 2 COPYRIGHT
54 Copyright (co 1991 by Patrick J. Naughton
55
56 Permission to use, copy, modify, and distribute this software and its
57 documentation for any purpose and without fee is hereby granted,
58 provided that the above copyright notice appear in all copies and that
59 both that copyright notice and this permission notice appear in
60 supporting documentation. 
61
62 2 AUTHOR
63 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
64
65 Ability to run standalone or with xscreensaver added by 
66 Jamie Zawinski <jwz@mcom.com>, 18-Oct-93.