1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="juggler3d" _label="Juggler3D" gl="yes">
8 <number id="delay" type="slider" arg="-delay %"
9 _label="Frame rate" _low-label="Low" _high-label="High"
10 low="0" high="100000" default="10000"
13 <number id="count" type="slider" arg="-count %"
14 _label="Speed" _low-label="Slow" _high-label="Fast"
15 low="50" high="1000" default="200"
19 <number id="cycles" type="slider" arg="-cycles %"
20 _label="Performance length" _low-label="Short" _high-label="Long"
21 low="50" high="1000" default="1000"/>
23 <number id="tail" type="slider" arg="-tail %"
24 _label="Trail length" _low-label="None" _high-label="Long"
25 low="0" high="100" default="1"/>
30 <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
31 <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
32 <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
33 <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
34 <!--<boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>-->
35 <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
38 <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
39 <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
41 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
43 <xscreensaver-updater />
46 Draws a 3D juggling stick-man, with Cambridge juggling pattern
47 notation used to describe the patterns he juggles.
49 http://en.wikipedia.org/wiki/Siteswap
51 Written by Tim Auckland and Jamie Zawinski; 2002.