http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / mismunch.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="mismunch" _label="Mismunch">
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="10000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-clear %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="1" high="200" default="65"/>
15
16   <number id="simultaneous" type="slider" arg="-simul %"
17           _label="Simultaneous squares" _low-label="One" _high-label="Many"
18           low="1" high="20" default="5"/>
19
20   <select id="mode">
21     <option id="xor"   _label="XOR"/>
22     <option id="solid" _label="Solid" arg-set="-no-xor"/>
23   </select>
24
25   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26
27   <_description>
28 Munching errors!  This is a creatively broken misimplementation of the
29 classic munching squares graphics hack.  See the "Munch" screen saver
30 for the original.
31
32 http://en.wikipedia.org/wiki/HAKMEM
33 http://en.wikipedia.org/wiki/Munching_square
34
35 Written by Steven Hazel; 2004.
36   </_description>
37 </screensaver>