83b6a2a14aba133ee68303953785c2307441f127
[xscreensaver] / hacks / config / gears.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="gears" _label="Gears">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Count" low="0" high="20" default="1"/>
9
10   <number id="speed" type="slider" arg="-delay %"
11           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="20000" default="20000"
13           convert="invert"/>
14
15   <number id="cycles" type="slider" arg="-cycles %"
16            _label="Rotational Speed" _low-label="Slow" _high-label="Fast"
17           low="1" high="30" default="2"/>
18
19   <select id="style">
20    <option id="three"     _label="Three Gear System"/>
21    <option id="planetary" _label="Planetary Gear System" arg-set="-planetary"/>
22   </select>
23
24   <select id="render">
25     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
26     <option id="solid" _label="Solid"/>
27   </select>
28
29   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
30
31   <_description>
32 This draws sets of turning, interlocking gears, rotating in three
33 dimensions.  Another GL hack, by Danny Sung, Brian Paul, Ed Mackey,
34 and Jamie Zawinski.
35   </_description>
36 </screensaver>