1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="winduprobot" _label="WindupRobot" gl="yes">
7 <video href="https://www.youtube.com/watch?v=RmpsDx9MuUM"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="20000"
16 <number id="speed" type="slider" arg="-speed %"
17 _label="Robot speed" _low-label="Slow" _high-label="Fast"
18 low="0.01" high="8.0" default="1.0"/>
20 <number id="count" type="slider" arg="-count %"
21 _label="Number of robots" _low-label="One" _high-label="Lots"
22 low="1" high="100" default="25"/>
24 <number id="size" type="slider" arg="-size %"
25 _label="Robot size" _low-label="Tiny" _high-label="Huge"
26 low="0.1" high="10.0" default="1.0"/>
28 <number id="opacity" type="slider" arg="-opacity %"
29 _label="Robot skin transparency" _low-label="Invisible" _high-label="Solid"
30 low="0.0" high="1.0" default="1.0"/>
35 <number id="talk" type="slider" arg="-talk %"
36 _label="Word bubbles" _low-label="Never" _high-label="Often"
37 low="0.0" high="1.0" default="0.2"/>
42 <boolean id="texture" _label="Chrome" arg-unset="-no-texture"/>
43 <boolean id="fade" _label="Fade opacity" arg-unset="-no-fade"/>
44 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
51 <xscreensaver-updater />
54 A swarm of wind-up toy robots wander around the table-top, bumping
55 into each other. Each robot contains a mechanically accurate gear
56 system inside, which you can see when the robot's shell occasionally
57 fades to transparency. Also, sometimes a cartoony word bubble pops up
58 above a robot, full of random text.
60 Written by Jamie Zawinski; 2014.