0673c1697cec78e857f5a3ea464a5a09ddcdc353
[xscreensaver] / hacks / config / pipes.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pipes" _label="Pipes">
4
5   <command arg="-root"/>
6
7   <select id="style">
8     <option id="curves" _label="Curved Pipes"   arg-set="-count 0"/>
9     <option id="balls"  _label="Ball Joints"    arg-set="-count 1"/>
10     <option id="fit"    _label="Pipe Fittings"/>
11   </select>
12
13   <vgroup>
14     <hgroup>
15       <number id="cycles" type="spinbutton" arg="-cycles %"
16                _label="Number of Pipe Systems" low="0" high="100" default="5"/>
17     </hgroup>
18     <hgroup>
19       <number id="size" type="spinbutton" arg="-size %"
20               _label="System Length" low="0" high="1000" default="500"/>
21     </hgroup>
22   </vgroup>
23
24   <!-- #### -factory [2] -->
25
26   <number id="factory" type="slider" arg="-factory %"
27           _label="Gadgetry" _low-label="None" _high-label="Lots"
28           low="0" high="10" default="2"/>
29
30   <number id="delay" type="slider" arg="-delay %"
31           _label="Speed" _low-label="Slow" _high-label="Fast"
32           low="0" high="10000" default="100"
33           convert="invert"/>
34
35   <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
36
37   <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
38
39   <boolean id="db"      _label="Double Buffer" arg-set="-db"/>
40
41   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
42
43   <!-- #### -no-rotatepipes -->
44
45   <_description>
46 If you've ever been in the same room with a Windows NT machine,
47 you've probably seen this GL hack.  This version is by Marcelo
48 Vianna.
49   </_description>
50 </screensaver>