From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / julia.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="julia" _label="Julia">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13            _label="Count" _low-label="Few" _high-label="Lots"
14           low="10" high="20000" default="1000"/>
15
16   <number id="cycles" type="slider" arg="-cycles %"
17            _label="Iterations" _low-label="Small" _high-label="Large"
18           low="1" high="100" default="20"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of colors" _low-label="Two" _high-label="Many"
22             low="1" high="255" default="200"/>
23
24   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
26   <xscreensaver-updater />
27
28   <_description>
29 Animates the Julia set (a close relative of the Mandelbrot set).  The
30 small moving dot indicates the control point from which the rest of
31 the image was generated.  See also the "Discrete" screen saver.
32
33 http://en.wikipedia.org/wiki/Julia_set
34
35 Written by Sean McCullough; 1997.
36   </_description>
37 </screensaver>