b76bfb72b4748bcc8f756159288ad8ebd2ce2812
[xscreensaver] / hacks / config / glcells.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glcells" _label="GLCells">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" default="20000"
10           convert="invert"/>
11   
12   <number id="pause" type="slider" arg="-pause %"
13           _label="Pause at end" _low-label="Short" _high-label="Long"
14           low="0" high="400" default="20"/>
15   
16   <number id="maxcells" type="slider" arg="-maxcells %"
17           _label="Max. number of cells" _low-label="Few" _high-label="Many"
18           low="50" high="10000" default="800"/>
19   
20   <number id="radius" type="slider" arg="-radius %"
21           _label="Cell radius" _low-label="Small" _high-label="Huge"
22           low="5" high="200" default="40"/>
23   
24   <number id="seeds" type="slider" arg="-seeds %"
25           _label="Number of seeds" _low-label="Few" _high-label="Many"
26           low="1" high="16" default="1"/>
27   
28   <number id="quality" type="slider" arg="-quality %"
29           _label="Sphere quality" _low-label="Low" _high-label="High"
30           low="0" high="5" default="2"/>
31   
32   <number id="minfood" type="slider" arg="-minfood %"
33           _label="Min. amount of food" _low-label="Small" _high-label="A lot"
34           low="0" high="1000" default="5"/>
35   
36   <number id="maxfood" type="slider" arg="-maxfood %"
37           _label="Max. amount of food" _low-label="Small" _high-label="A lot"
38           low="0" high="1000" default="20"/>
39   
40   <number id="divideage" type="slider" arg="-divideage %"
41           _label="Cell division" _low-label="Quick" _high-label="Slow"
42           low="1" high="1000" default="20"/>
43   
44   <number id="mindist" type="slider" arg="-mindist %"
45           _label="Min. distance" _low-label="Small" _high-label="Large"
46           low="1.0" high="3.0" default="1.4"/>
47
48
49   <boolean id="keepold" _label="Keep dead cells" arg-set="-keepold"/>
50   
51   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
52   
53   <boolean id="wireframe" _label="Wireframe" arg-set="-wireframe"/>
54
55   <_description>
56 Cells growing, dividing and dying on your screen.
57
58 Written by Matthias Toussaint; 2007.
59   </_description>
60 </screensaver>