summaryrefslogtreecommitdiffstats
path: root/hacks/config/hyperball.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/hyperball.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/hyperball.xml')
-rw-r--r--hacks/config/hyperball.xml66
1 files changed, 0 insertions, 66 deletions
diff --git a/hacks/config/hyperball.xml b/hacks/config/hyperball.xml
deleted file mode 100644
index 75c679c..0000000
--- a/hacks/config/hyperball.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="hyperball" _label="Hyperball">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=BqOHgn0BQOc"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="20000"
- convert="invert"/>
-
-
- <number id="z" type="slider" arg="-observer-z %"
- _label="Zoom" _low-label="Near" _high-label="Far"
- low="1.125" high="10.0" default="3.0"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </vgroup>
-
- <vgroup>
- <number id="xw" type="slider" arg="-xw %"
- _label="XW rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="0"/>
- <number id="xy" type="slider" arg="-xy %"
- _label="XY rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="3"/>
- <number id="xz" type="slider" arg="-xz %"
- _label="XZ rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="5"/>
- </vgroup>
- <vgroup>
- <number id="yw" type="slider" arg="-yw %"
- _label="YW rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="10"/>
- <number id="yz" type="slider" arg="-yz %"
- _label="YZ rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="0"/>
- <number id="zw" type="slider" arg="-zw %"
- _label="ZW rotation" _low-label="Slow" _high-label="Fast"
- low="0" high="20" default="0"/>
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-This screen saver was removed from the XScreenSaver distribution as of
-version 5.10. It has been replaced by the more general "Polytopes"
-screen saver, which can display this object as well as others. The
-Polytopes "120-cell" object corresponds to this one.
-
-Hyperball is to hypercube as dodecahedron is to cube: this displays
-a 2D projection of the sequence of 3D objects which are the projections
-of the 4D analog to the dodecahedron. Technically, it is a "120 cell
-polytope".
-
-https://en.wikipedia.org/wiki/Hypercube
-https://en.wikipedia.org/wiki/Regular_polytope
-
-Written by Joe Keane; 2000.
- </_description>
-</screensaver>