1 .TH XScreenSaver 1 "28-May-97" "X Version 11"
3 julia - draws spinning, animating julia-set fractals
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]
10 The \fIjulia\fP program draws spinning, animating julia-set fractals.
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.
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.
24 accepts the following options:
27 Draw on a newly-created window. This is the default.
30 Draw on the root window.
33 If on a color display, pretend we're on a monochrome display.
36 Install a private colormap for the window.
38 .B \-visual \fIvisual\fP
39 Specify which visual to use. Legal values are the name of a visual class,
40 or the id number (decimal or hex) of a specific visual.
42 .B \-ncolors \fIinteger\fP
43 How many colors should be used (if possible). Default 200.
44 The colors used cycle through the hue, making N stops around
47 .B \-cycles \fIinteger\fP
50 .B \-count \fIinteger\fP
56 If \fI\-mouse\fP is specified, the control point of the Julia set will
57 be derived from the position of the mouse in the window. When the mouse
58 is not in the window, the control point is chosen the normal way.
61 Display the current frame rate and CPU load.
66 to get the default host and display number.
69 to get the name of a resource file that overrides the global resources
70 stored in the RESOURCE_MANAGER property.
76 Copyright \(co 1995 by Sean McCullough.
78 Permission to use, copy, modify, and distribute this software and its
79 documentation for any purpose and without fee is hereby granted,
80 provided that the above copyright notice appear in all copies and that
81 both that copyright notice and this permission notice appear in
82 supporting documentation.
84 Sean McCullough <bankshot@mailhost.nmt.edu>, 1995.
86 Ability to run standalone or with \fIxscreensaver\fP added by
87 Jamie Zawinski <jwz@jwz.org>, 10-May-97.