From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=cA4Rgq-rmy8"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <number id="count" type="slider" arg="-count %"
15            _label="Count" _low-label="Few" _high-label="Lots"
16           low="10" high="20000" default="1000"/>
17
18   <number id="cycles" type="slider" arg="-cycles %"
19            _label="Iterations" _low-label="Small" _high-label="Large"
20           low="1" high="100" default="20"/>
21
22   <number id="ncolors" type="slider" arg="-ncolors %"
23             _label="Number of colors" _low-label="Two" _high-label="Many"
24             low="1" high="255" default="200"/>
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <xscreensaver-updater />
29
30   <_description>
31 The Julia set is a close relative of the Mandelbrot set.  The
32 small moving dot indicates the control point from which the rest of
33 the image was generated.  See also the "Discrete" screen saver.
34
35 https://en.wikipedia.org/wiki/Julia_set
36
37 Written by Sean McCullough; 1997.
38   </_description>
39 </screensaver>