1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="glmatrix" _label="GLMatrix">
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"
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"/>
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"/>
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"/>
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"/>
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"/>
40 Draws 3D dropping characters similar to what is seen in the title sequence
43 See also "xmatrix" for a 2D rendering of the similar effect that
44 appeared on the computer monitors actually *in* the movie.
46 Written by Jamie Zawinski; 2003.