From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / dymaxionmap.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="dymaxionmap" _label="DymaxionMap" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=I-LwEg8-340"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="speed" type="slider" arg="-speed %"
15           _label="Animation speed" _low-label="Slow" _high-label="Fast"
16           low="0.05" high="10.0" default="1.0"/>
17
18   <!-- #### -no-texture -->
19
20   <file id="bitmap" _label="Image file" arg="-image %"/>
21
22   <hgroup>
23    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
24    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
25    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
26   </hgroup>
27
28   <hgroup>
29    <boolean id="wire"    _label="Wireframe"       arg-set="-wireframe"/>
30    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31   </hgroup>
32
33   <xscreensaver-updater />
34
35   <_description>
36 Buckminster Fuller's map of the Earth projected onto the surface of
37 an unfolded icosahedron.  It depicts the Earth's continents as one
38 island, or nearly contiguous land masses.
39
40 https://en.wikipedia.org/wiki/Dymaxion_map
41 https://en.wikipedia.org/wiki/Buckminster_Fuller
42
43 Written by Jamie Zawinski; 2016.
44   </_description>
45 </screensaver>