source: trunk/third/xscreensaver/hacks/julia.man @ 12203

Revision 12203, 2.7 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "28-May-97" "X Version 11"
2.SH NAME
3julia - draws spinning, animating julia-set fractals
4.SH SYNOPSIS
5.B julia
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-cycles \fIinteger\fP] [\-count \fIinteger\fP] [\-mouse] [\-nomouse]
7
8.SH DESCRIPTION
9The \fIjulia\fP program draws spinning, animating julia-set fractals.
10
11It uses ifs {w0 = sqrt(x-c), w1 = -sqrt(x-c)} with random iteration
12to plot the julia set, and sinusoidially varied parameters for the set,
13and plots parameters with a circle.
14
15One thing to note is that count is the \fIdepth\fP of the search tree,
16so the number of points computed is (2^count)-1.  I use 8 or 9 on a
17dx266 and it looks okay.  The sinusoidal variation of the parameter
18might not be as interesting as it could, but it still gives an idea
19of the effect of the parameter.
20
21.SH OPTIONS
22.I julia
23accepts the following options:
24.TP 8
25.B \-window
26Draw on a newly-created window.  This is the default.
27.TP 8
28.B \-root
29Draw on the root window.
30.TP 8
31.B \-mono
32If on a color display, pretend we're on a monochrome display.
33.TP 8
34.B \-install
35Install a private colormap for the window.
36.TP 8
37.B \-visual \fIvisual\fP
38Specify which visual to use.  Legal values are the name of a visual class,
39or the id number (decimal or hex) of a specific visual.
40.TP 8
41.B \-ncolors \fIinteger\fP
42How many colors should be used (if possible).  Default 200.
43The colors used cycle through the hue, making N stops around
44the color wheel.
45.TP 8
46.B \-cycles \fIinteger\fP
47
48.TP 8
49.B \-count \fIinteger\fP
50
51.TP 8
52.B \-mouse
53.TP 8
54.B \-nomouse
55If \fI\-mouse\fP is specified, the control point of the Julia set will
56be derived from the position of the mouse in the window.  When the mouse
57is not in the window, the control point is chosen the normal way.
58.SH ENVIRONMENT
59.PP
60.TP 8
61.B DISPLAY
62to get the default host and display number.
63.TP 8
64.B XENVIRONMENT
65to get the name of a resource file that overrides the global resources
66stored in the RESOURCE_MANAGER property.
67.SH SEE ALSO
68.BR X (1),
69.BR xscreensaver (1),
70.BR xlock (1)
71.SH COPYRIGHT
72Copyright \(co 1995 by Sean McCullough.
73
74Permission to use, copy, modify, and distribute this software and its
75documentation for any purpose and without fee is hereby granted,
76provided that the above copyright notice appear in all copies and that
77both that copyright notice and this permission notice appear in
78supporting documentation.
79.SH AUTHOR
80Sean McCullough <bankshot@mailhost.nmt.edu>, 1995.
81
82Ability to run standalone or with \fIxscreensaver\fP added by
83Jamie Zawinski <jwz@jwz.org>, 10-May-97.
Note: See TracBrowser for help on using the repository browser.