1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="thornbird" _label="Thornbird">
7 <video href="https://www.youtube.com/watch?v=rfGfPezVnac"/>
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"
14 <number id="count" type="slider" arg="-count %"
15 _label="Points" _low-label="Few" _high-label="Many"
16 low="10" high="1000" default="100"/>
18 <number id="cycles" type="slider" arg="-cycles %"
19 _label="Thickness" _low-label="Thin" _high-label="Thick"
20 low="2" high="1000" default="400"/>
23 <number id="ncolors" type="slider" arg="-ncolors %"
24 _label="Number of colors" _low-label="Two" _high-label="Many"
25 low="2" high="255" default="64"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <xscreensaver-updater />
33 Displays a view of the "Bird in a Thornbush" fractal.
35 Written by Tim Auckland; 2002.