http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.tar.gz
[xscreensaver] / hacks / config / squiral.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="squiral" _label="Squiral">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Seeds" low="0" high="200" default="0"/>
9
10   <number id="delay" type="slider" arg="-delay %"
11           _label="Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="20000" default="1000"
13           convert="invert"/>
14
15   <number id="disorder" type="slider" arg="-disorder %"
16           _label="Randomness" _low-label="Low" _high-label="High"
17           low="0.0" high="0.5" default="0.005"/>
18
19   <number id="handedness" type="slider" arg="-handedness %"
20           _label="Handedness" _low-label="Left" _high-label="Right"
21           low="0.0" high="1.0" default="0.5"/>
22
23   <number id="fill" type="slider" arg="-fill %"
24            _label="Density" _low-label="Sparse" _high-label="Dense"
25           low="0" high="100" default="75"/>
26
27   <number id="ncolors" type="slider" arg="-ncolors %"
28             _label="Number of Colors" _low-label="Two" _high-label="Many"
29             low="1" high="255" default="100"/>
30
31   <!-- #### -cycle -->
32
33   <_description>
34 Draws a set of interacting, square-spiral-producing automata.  The
35 spirals grow outward until they hit something, then they go around
36 it.  Written by Jeff Epler.
37   </_description>
38 </screensaver>