http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[xscreensaver] / hacks / config / glmatrix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glmatrix" _label="GLMatrix">
4
5   <command arg="-root"/>
6
7   <number id="density" type="slider" arg="-density %"
8           _label="Glyph Density" _low-label="Sparse" _high-label="Dense"
9           low="0" high="100" default="20"/>
10
11   <number id="speed" type="slider" arg="-speed %"
12           _label="Glyph Speed" _low-label="Slow" _high-label="Fast"
13           low="0.1" high="8.0" default="1.0"/>
14
15   <number id="delay" type="slider" arg="-delay %"
16           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
17           low="0" high="50000" default="30000"
18           convert="invert"/>
19
20   <select id="mode">
21     <option id="matrix" _label="Matrix Encoding"/>
22     <option id="binary" _label="Binary Encoding"      arg-set="-binary"/>
23     <option id="hex"    _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
24     <option id="dna"    _label="Genetic Encoding"     arg-set="-dna"/>
25   </select>
26
27   <select id="render">
28     <option id="textured"  _label="Draw Glyphs"/>
29     <option id="boxes"     _label="Draw Solid Boxes" arg-set="-no-texture"/>
30     <option id="wireframe" _label="Draw Outlines"    arg-set="-wireframe"/>
31   </select>
32
33   <hgroup>
34    <boolean id="fog"    _label="Fog"     arg-unset="-no-fog"/>
35    <boolean id="waves"  _label="Waves"   arg-unset="-no-waves"/>
36    <boolean id="rotate" _label="Panning" arg-unset="-no-rotate"/>
37   </hgroup>
38
39   <hgroup>
40    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
41   </hgroup>
42
43   <_description>
44 Draws 3D dropping characters similar to what is seen in the title sequence
45 of "The Matrix".
46
47 See also "xmatrix" for a 2D rendering of the similar effect that
48 appeared on the computer monitors actually *in* the movie.
49
50 Written by Jamie Zawinski.
51   </_description>
52 </screensaver>