b302dadae9899a66c1414c56ac3f2706f18786cf
[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   <hgroup>
8    <vgroup>
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="disorder" type="slider" arg="-disorder %"
15             _label="Randomness" _low-label="Low" _high-label="High"
16             low="0.0" high="0.5" default="0.005"/>
17
18     <number id="count" type="spinbutton" arg="-count %"
19             _label="Seeds" low="0" high="200" default="0"/>
20
21    </vgroup>
22    <vgroup>
23     <number id="handedness" type="slider" arg="-handedness %"
24             _label="Handedness" _low-label="Left" _high-label="Right"
25             low="0.0" high="1.0" default="0.5"/>
26
27     <number id="fill" type="slider" arg="-fill %"
28              _label="Density" _low-label="Sparse" _high-label="Dense"
29             low="0" high="100" default="75"/>
30
31     <number id="ncolors" type="slider" arg="-ncolors %"
32               _label="Number of colors" _low-label="Two" _high-label="Many"
33               low="1" high="255" default="100"/>
34    </vgroup>
35   </hgroup>
36
37   <!-- #### -cycle -->
38
39   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
40
41   <_description>
42 Draws a set of interacting, square-spiral-producing automata.  The
43 spirals grow outward until they hit something, then they go around it.
44
45 Written by Jeff Epler; 1999.
46   </_description>
47 </screensaver>