From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / glmatrix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glmatrix" _label="GLMatrix" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="30000"
10           convert="invert"/>
11
12   <number id="density" type="slider" arg="-density %"
13           _label="Glyph density" _low-label="Sparse" _high-label="Dense"
14           low="0" high="100" default="20"/>
15
16   <number id="speed" type="slider" arg="-speed %"
17           _label="Glyph speed" _low-label="Slow" _high-label="Fast"
18           low="0.1" high="8.0" default="1.0"/>
19
20   <select id="mode">
21     <option id="matrix" _label="Matrix encoding"/>
22     <option id="binary" _label="Binary encoding"      arg-set="-mode binary"/>
23     <option id="hex"    _label="Hexadecimal encoding" arg-set="-mode hex"/>
24     <option id="dna"    _label="Genetic encoding"     arg-set="-mode dna"/>
25   </select>
26
27   <hgroup>
28    <boolean id="fog"    _label="Fog"     arg-unset="-no-fog"/>
29    <boolean id="waves"  _label="Waves"   arg-unset="-no-waves"/>
30    <boolean id="rotate" _label="Panning" arg-unset="-no-rotate"/>
31   </hgroup>
32
33   <hgroup>
34    <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
35    <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
36    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
37   </hgroup>
38
39   <xscreensaver-updater />
40
41   <_description>
42 Draws the 3D "digital rain" effect, as seen in the title sequence
43 of "The Matrix".
44
45 See also "xmatrix" for a 2D rendering of the similar effect that
46 appeared on the computer monitors actually *in* the movie.
47
48 http://en.wikipedia.org/wiki/Matrix_digital_rain
49
50 Written by Jamie Zawinski; 2003.
51   </_description>
52 </screensaver>