http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[xscreensaver] / hacks / config / glmatrix.xml
diff --git a/hacks/config/glmatrix.xml b/hacks/config/glmatrix.xml
new file mode 100644 (file)
index 0000000..e7b7650
--- /dev/null
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="glmatrix" _label="GLMatrix">
+
+  <command arg="-root"/>
+
+  <number id="density" type="slider" arg="-density %"
+          _label="Glyph Density" _low-label="Sparse" _high-label="Dense"
+          low="0" high="100" default="20"/>
+
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Glyph Speed" _low-label="Slow" _high-label="Fast"
+          low="0.1" high="8.0" default="1.0"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="50000" default="30000"
+          convert="invert"/>
+
+  <select id="mode">
+    <option id="matrix" _label="Matrix Encoding"/>
+    <option id="binary" _label="Binary Encoding"      arg-set="-binary"/>
+    <option id="hex"    _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
+    <option id="dna"    _label="Genetic Encoding"     arg-set="-dna"/>
+  </select>
+
+  <select id="render">
+    <option id="textured"  _label="Draw Glyphs"/>
+    <option id="boxes"     _label="Draw Solid Boxes" arg-set="-no-texture"/>
+    <option id="wireframe" _label="Draw Outlines"    arg-set="-wireframe"/>
+  </select>
+
+  <hgroup>
+   <boolean id="fog"    _label="Fog"     arg-unset="-no-fog"/>
+   <boolean id="waves"  _label="Waves"   arg-unset="-no-waves"/>
+   <boolean id="rotate" _label="Panning" arg-unset="-no-rotate"/>
+  </hgroup>
+
+  <hgroup>
+   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  </hgroup>
+
+  <_description>
+Draws 3D dropping characters similar to what is seen in the title sequence
+of "The Matrix".
+
+See also "xmatrix" for a 2D rendering of the similar effect that
+appeared on the computer monitors actually *in* the movie.
+
+Written by Jamie Zawinski.
+  </_description>
+</screensaver>