7213412e119db53fe488846ff2e4ef92ee24d1bb
[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   <_description>
27 Animates the Julia set (a close relative of the Mandelbrot set).  The
28 small moving dot indicates the control point from which the rest of
29 the image was generated.  See also the "Discrete" screen saver.
30
31 http://en.wikipedia.org/wiki/Julia_set
32
33 Written by Sean McCullough; 1997.
34   </_description>
35 </screensaver>