http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / hopalong.hlp
1 1 HOPALONG 
2 Draw real plane fractals
3
4 SYNOPSIS
5
6   $ hopalong [-display host:display.screen] [-foreground color] 
7              [-background color] [-window] [-root] [-mono] [-count integer] 
8              [-ncolors integer] [-timeout seconds] [-delay microseconds]
9
10 2 DESCRIPTION
11 The hopalong program generates real plane fractals as described in
12 the September 1986 issue of Scientific American.
13
14 2 OPTIONS
15 hopalong 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 pixels should be drawn before a color change.  Default 1000.
28
29    -ncolors integer
30 How many colors should be used (if possible).  Default 100.
31 The colors used cycle through the hue, making N stops around 
32 the color wheel.
33
34    -timeout seconds
35 How many seconds we should generate for before clearing the screen
36 and starting over.  Default 20.
37
38    -delay microseconds
39 How long we should wait between drawing each pixel.  Default 0.
40
41 2 ENVIRONMENT
42
43    DISPLAY
44 to get the default host and display number.
45
46    XENVIRONMENT
47 to get the name of a resource file that overrides the global resources
48 stored in the RESOURCE_MANAGER property.
49
50 2 COPYRIGHT
51 Copyright (co 1988-91 by Patrick J. Naughton
52
53 Permission to use, copy, modify, and distribute this software and its
54 documentation for any purpose and without fee is hereby granted,
55 provided that the above copyright notice appear in all copies and that
56 both that copyright notice and this permission notice appear in
57 supporting documentation. 
58
59 2 AUTHOR
60 Patrick J. Naughton <naughton@eng.sun.com>, 23-mar-88.
61
62 Ability to run standalone or with xscreensaver added by 
63 Jamie Zawinski <jwz@mcom.com>, 13-aug-92.