From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / juggler3d.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="juggler3d" _label="Juggler3D" gl="yes">
4   <command arg="-root"/>
5
6   <hgroup>
7    <vgroup>
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"
11             convert="invert"/>
12
13     <number id="count" type="slider" arg="-count %"
14             _label="Speed" _low-label="Slow" _high-label="Fast"
15             low="50" high="1000" default="200"
16             convert="invert"/>
17    </vgroup>
18    <vgroup>
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"/>
22
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"/>
26    </vgroup>
27   </hgroup>
28
29   <hgroup>
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"/>
36   </hgroup>
37
38   <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
39   <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
40
41   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
42
43   <xscreensaver-updater />
44
45   <_description>
46 Draws a 3D juggling stick-man, with Cambridge juggling pattern
47 notation used to describe the patterns he juggles.
48
49 http://en.wikipedia.org/wiki/Siteswap
50
51 Written by Tim Auckland and Jamie Zawinski; 2002.
52   </_description>
53 </screensaver>