4484a95b4a7f85ac03daf3a67f934fca2c5cd74c
[xscreensaver] / hacks / config / rd-bomb.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="rd-bomb" _label="RD-Bomb">
4
5   <command arg="-root"/>
6
7   <number id="size" type="slider" arg="-size %"
8            _label="Fill Screen" _low-label="1%" _high-label="100%"
9            low="0.01" high="1.0" default="1.0"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="250000" default="20000"/>
14
15   <number id="speed" type="slider" arg="-speed %"
16            _label="Wander Speed" _low-label="Slow" _high-label="Fast"
17            low="0.0" high="10.0" default="0.0"/>
18
19   <hgroup>
20    <!-- #### defaults are wrong -->
21    <number id="width" type="spinbutton" arg="-width %"
22            _label="Tile Size" low="10" high="100" default="64"/>
23    <number id="pixheight" type="spinbutton" arg="-height %"
24            _label="x" low="10" high="100" default="64"/>
25   </hgroup>
26
27   <hgroup>
28    <number id="reaction" type="spinbutton" arg="-reaction %"
29            _label="Reaction/Difusion" low="-1" high="2" default="-1"/>
30    <number id="diffusion" type="spinbutton" arg="-diffusion %"
31            _label="/" low="-1" high="2" default="-1"/>
32   </hgroup>
33
34   <!-- #### default is wrong -->
35   <number id="radius" type="spinbutton" arg="-radius %"
36           _label="Seed Radius" low="1" high="60" default="15"/>
37
38   <number id="epoch" type="slider" arg="-epoch %"
39            _label="Epoch" _low-label="Small" _high-label="Large"
40            low="1000" high="300000" default="40000"/>
41
42   <number id="ncolors" type="slider" arg="-ncolors %"
43             _label="Number of Colors" _low-label="Two" _high-label="Many"
44             low="1" high="300" default="255"/>
45
46 <!--  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/> -->
47
48   <_description>
49 Draws a grid of growing square-like shapes that, once they overtake
50 each other, react in unpredictable ways.  "RD" stands for
51 reaction-diffusion.
52
53 Written by Scott Draves.
54   </_description>
55 </screensaver>