From http://www.jwz.org/xscreensaver/xscreensaver-5.18.tar.gz
[xscreensaver] / hacks / julia.man
1 .TH XScreenSaver 1 "28-May-97" "X Version 11"
2 .SH NAME
3 julia - 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]
7
8 [\-fps]
9 .SH DESCRIPTION
10 The \fIjulia\fP program draws spinning, animating julia-set fractals.
11
12 It uses ifs {w0 = sqrt(x-c), w1 = -sqrt(x-c)} with random iteration 
13 to plot the julia set, and sinusoidially varied parameters for the set,
14 and plots parameters with a circle.
15
16 One thing to note is that count is the \fIdepth\fP of the search tree,
17 so the number of points computed is (2^count)-1.  I use 8 or 9 on a
18 dx266 and it looks okay.  The sinusoidal variation of the parameter
19 might not be as interesting as it could, but it still gives an idea 
20 of the effect of the parameter.
21
22 Dragging the mouse in the window uses the mouse's position as the
23 control point for the generation of ths set.
24 .SH OPTIONS
25 .I julia
26 accepts the following options:
27 .TP 8
28 .B \-window
29 Draw on a newly-created window.  This is the default.
30 .TP 8
31 .B \-root
32 Draw on the root window.
33 .TP 8
34 .B \-mono 
35 If on a color display, pretend we're on a monochrome display.
36 .TP 8
37 .B \-install
38 Install a private colormap for the window.
39 .TP 8
40 .B \-visual \fIvisual\fP
41 Specify which visual to use.  Legal values are the name of a visual class,
42 or the id number (decimal or hex) of a specific visual.
43 .TP 8
44 .B \-ncolors \fIinteger\fP
45 How many colors should be used (if possible).  Default 200.
46 The colors used cycle through the hue, making N stops around
47 the color wheel.
48 .TP 8
49 .B \-cycles \fIinteger\fP
50
51 .TP 8
52 .B \-count \fIinteger\fP
53 .TP 8
54 .B \-fps
55 Display the current frame rate and CPU load.
56 .SH ENVIRONMENT
57 .PP
58 .TP 8
59 .B DISPLAY
60 to get the default host and display number.
61 .TP 8
62 .B XENVIRONMENT
63 to get the name of a resource file that overrides the global resources
64 stored in the RESOURCE_MANAGER property.
65 .SH SEE ALSO
66 .BR X (1),
67 .BR xscreensaver (1),
68 .BR xlock (1)
69 .SH COPYRIGHT
70 Copyright \(co 1995 by Sean McCullough.
71
72 Permission to use, copy, modify, and distribute this software and its
73 documentation for any purpose and without fee is hereby granted,
74 provided that the above copyright notice appear in all copies and that
75 both that copyright notice and this permission notice appear in
76 supporting documentation. 
77 .SH AUTHOR
78 Sean McCullough <bankshot@mailhost.nmt.edu>, 1995.
79
80 Ability to run standalone or with \fIxscreensaver\fP added by 
81 Jamie Zawinski <jwz@jwz.org>, 10-May-97.