From http://www.jwz.org/xscreensaver/xscreensaver-5.40.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=4LnO0UiccGs"/>
8
9   <hgroup>
10    <vgroup>
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"
14             convert="invert"/>
15     <number id="speed" type="slider" arg="-speed %"
16             _label="Animation speed" _low-label="Slow" _high-label="Fast"
17             low="0.05" high="10.0" default="1.0"/>
18    </vgroup>
19    <vgroup>
20
21     <hgroup>
22      <select id="map">
23       <option id="flat"  _label="Flat map"/>
24       <option id="day"   _label="Satellite map" arg-set="-image BUILTIN_SAT"/>
25      </select>
26
27      <!-- <file id="image" _label="Image file" arg="-image %"/> -->
28     </hgroup>
29
30     <number id="frames" type="slider" arg="-frames %"
31             _label="Day / night smoothness" _low-label="Low" _high-label="High"
32             low="24" high="1440" default="720"/>
33    </vgroup>
34   </hgroup>
35   <hgroup>
36
37    <vgroup>
38     <hgroup>
39      <boolean id="stars"  _label="Stars"       arg-unset="-no-stars"/>
40      <boolean id="grid"   _label="Lat / Long"  arg-unset="-no-grid"/>
41      <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
42      <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
43      <boolean id="wire"    _label="Wireframe"       arg-set="-wireframe"/>
44      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
45     </hgroup>
46
47     <xscreensaver-updater />
48
49    </vgroup>
50   </hgroup>
51
52   <_description>
53 Buckminster Fuller's map of the Earth projected onto the surface of
54 an unfolded icosahedron.  It depicts the Earth's continents as one
55 island, or nearly contiguous land masses.
56
57 This screen saver animates the progression of the dusk terminator across
58 the flattened globe. It includes both satellite and flat-colored map
59 imagery, and can load and convert other Equirectangular-projected maps.
60
61 "Dymaxion Map" and "The Fuller Projection Map" are trademarks of
62 The Buckminster Fuller Institute.
63
64 The original Dymaxion Map image is copyright 1982 by
65 The Buckminster Fuller Institute. (This program does not use their
66 imagery, only similar trigonometry.)
67
68 The Dymaxion Map was covered by now-expired US Patent 2,393,676
69 (Richard Buckminster Fuller, 1946).
70
71 https://en.wikipedia.org/wiki/Dymaxion_map
72 https://en.wikipedia.org/wiki/Buckminster_Fuller
73 https://en.wikipedia.org/wiki/List_of_map_projections
74 https://en.wikipedia.org/wiki/Cahill%E2%80%93Keyes_projection
75 https://en.wikipedia.org/wiki/Waterman_butterfly_projection
76
77 Written by Jamie Zawinski; 2016.
78   </_description>
79 </screensaver>