1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="thornbird" _label="Thornbird">
7 <number id="count" type="slider" arg="-count %"
8 _label="Points" _low-label="Few" _high-label="Many"
9 low="10" high="1000" default="800"/>
11 <number id="cycles" type="slider" arg="-cycles %"
12 _label="Thickness" _low-label="Thin" _high-label="Thick"
13 low="2" high="500" default="16"/>
15 <number id="speed" type="slider" arg="-delay %"
16 _label="Speed" _low-label="Slow" _high-label="Fast"
17 low="0" high="50000" default="10000"
20 <number id="ncolors" type="slider" arg="-ncolors %"
21 _label="Number of Colors" _low-label="Two" _high-label="Many"
22 low="2" high="255" default="64"/>
25 Displays a view of the ``Bird in a Thornbush'' fractal.
26 Written by Tim Auckland.