1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="pipes" _label="Pipes" gl="yes">
7 <video href="https://www.youtube.com/watch?v=UsUGENa7jvE"/>
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"
14 <number id="cycles" type="slider" arg="-cycles %"
15 _label="Number of pipes" _low-label="One" _high-label="A hundred"
16 low="1" high="100" default="5"/>
18 <number id="size" type="slider" arg="-size %"
19 _label="Pipe length" _low-label="Short" _high-label="Long"
20 low="0" high="3000" default="500"/>
22 <number id="factory" type="slider" arg="-factory %"
23 _label="Gadgetry" _low-label="None" _high-label="Lots"
24 low="0" high="10" default="2"/>
27 <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
28 <boolean id="tight" _label="Allow tight turns" arg-set="-tightturns"/>
30 <option id="curves" _label="Curved pipes" arg-set="-count 3"/>
31 <option id="balls" _label="Ball joints" arg-set="-count 1"/>
32 <option id="fit" _label="Bolted fittings"/>
33 <option id="random" _label="Random style" arg-set="-count 0"/>
38 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
39 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
42 <xscreensaver-updater />
45 A growing plumbing system, with bolts and valves.
47 Written by Marcelo Vianna and Jamie Zawinski; 1997.