From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / hypercube.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="hypercube" _label="HyperCube">
4
5   <command arg="-root"/>
6
7   <hgroup>
8     <vgroup>
9       <number id="delay" type="slider" arg="-delay %"
10               _label="Frame rate" _low-label="Low" _high-label="High"
11               low="0" high="100000" default="10000"
12               convert="invert"/>
13
14       <number id="z" type="slider" arg="-observer-z %"
15               _label="Zoom" _low-label="Near" _high-label="Far"
16               low="1.125" high="10.0" default="3.0"/>
17
18      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
19     </vgroup>
20
21     <vgroup>
22       <number id="xw" type="slider" arg="-xw %"
23               _label="XW rotation" _low-label="Slow" _high-label="Fast"
24               low="0" high="20" default="0"/>
25       <number id="xy" type="slider" arg="-xy %"
26               _label="XY rotation" _low-label="Slow" _high-label="Fast"
27               low="0" high="20" default="3"/>
28       <number id="xz" type="slider" arg="-xz %"
29               _label="XZ rotation" _low-label="Slow" _high-label="Fast"
30               low="0" high="20" default="5"/>
31     </vgroup>
32     <vgroup>
33       <number id="yw" type="slider" arg="-yw %"
34               _label="YW rotation" _low-label="Slow" _high-label="Fast"
35               low="0" high="20" default="10"/>
36       <number id="yz" type="slider" arg="-yz %"
37               _label="YZ rotation" _low-label="Slow" _high-label="Fast"
38               low="0" high="20" default="0"/>
39       <number id="zw" type="slider" arg="-zw %"
40               _label="ZW rotation" _low-label="Slow" _high-label="Fast"
41               low="0" high="20" default="0"/>
42     </vgroup>
43   </hgroup>
44
45   <!-- #### -color0 [magenta] -->
46   <!-- #### -color1 [yellow] -->
47   <!-- #### -color2 [#FF9300] -->
48   <!-- #### -color3 [#FF0093] -->
49   <!-- #### -color4 [green] -->
50   <!-- #### -color5 [#8080FF] -->
51   <!-- #### -color6 [#00D0FF] -->
52   <!-- #### -color7 [#00FFD0] -->
53
54   <xscreensaver-updater />
55
56   <_description>
57 This screen saver was removed from the XScreenSaver distribution as of
58 version 5.10.  It has been replaced by the more general "Polytopes"
59 screen saver, which can display this object as well as others.
60
61 This displays 2D projections of the sequence of 3D objects which are
62 the projections of the 4D analog to the cube: as a square is composed
63 of four lines, each touching two others; and a cube is composed of
64 six squares, each touching four others; a hypercube is composed of
65 eight cubes, each touching six others.  To make it easier to
66 visualize the rotation, it uses a different color for the edges of
67 each face.  Don't think about it too long, or your brain will melt.
68
69 http://en.wikipedia.org/wiki/Hypercube
70 http://en.wikipedia.org/wiki/Tesseract
71 http://en.wikipedia.org/wiki/Regular_polytope
72
73 Written by Joe Keane, Fritz Mueller, and Jamie Zawinski; 1992.
74   </_description>
75 </screensaver>