From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=TJkKaXBOvCA"/>
7
8   <hgroup>
9    <vgroup>
10     <number id="delay" type="slider" arg="-delay %"
11             _label="Frame rate" _low-label="Low" _high-label="High"
12             low="0" high="100000" default="10000"
13             convert="invert"/>
14
15     <number id="count" type="slider" arg="-count %"
16             _label="Speed" _low-label="Slow" _high-label="Fast"
17             low="50" high="1000" default="200"
18             convert="invert"/>
19    </vgroup>
20    <vgroup>
21     <number id="cycles" type="slider" arg="-cycles %"
22             _label="Performance length" _low-label="Short" _high-label="Long"
23             low="50" high="1000" default="1000"/>
24
25     <number id="tail" type="slider" arg="-tail %"
26             _label="Trail length" _low-label="None" _high-label="Long"
27             low="0" high="100" default="1"/>
28    </vgroup>
29   </hgroup>
30
31   <hgroup>
32     <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
33     <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
34     <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
35     <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
36 <!--<boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>-->
37     <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
38   </hgroup>
39
40   <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
41   <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
42
43   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
44
45   <xscreensaver-updater />
46
47   <_description>
48 A 3D juggling stick-man, with Cambridge juggling pattern
49 notation used to describe the patterns he juggles.
50
51 https://en.wikipedia.org/wiki/Siteswap
52
53 Written by Tim Auckland and Jamie Zawinski; 2002.
54   </_description>
55 </screensaver>