From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / goop.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="goop" _label="Goop">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="12000"
12             convert="invert"/>
13
14     <number id="torque" type="slider" arg="-torque %"
15             _label="Speed" _low-label="Slow" _high-label="Fast"
16             low="0.0002" high="0.0500" default="0.0075"/>
17
18     <number id="count" type="slider" arg="-planes %"
19             _label="Blobs" _low-label="Few" _high-label="Many"
20             low="1" high="50" default="12"/>
21
22    </vgroup>
23    <vgroup>
24     <number id="elasticity" type="slider" arg="-elasticity %"
25             _label="Elasticity" _low-label="Low" _high-label="High"
26             low="0.1" high="5.0" default="0.9"/>
27
28     <number id="maxv" type="slider" arg="-max-velocity %"
29             _label="Speed limit" _low-label="Low" _high-label="High"
30             low="0.1" high="3.0" default="0.5"/>
31
32     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33
34    </vgroup>
35   </hgroup>
36
37   <hgroup>
38     <select id="mode">
39       <option id="transparent" _label="Transparent blobs"/>
40       <option id="opaque"      _label="Opaque blobs" arg-set="-mode opaque"/>
41       <option id="xor"         _label="XOR blobs"    arg-set="-mode xor"/>
42     </select>
43
44     <select id="color-mode">
45       <option id="additive" _label="Additive colors (transmitted light)"/>
46       <option id="subtractive" _label="Subtractive colors (reflected light)"
47               arg-set="-subtractive"/>
48     </select>
49   </hgroup>
50
51   <xscreensaver-updater />
52
53   <_description>
54 Amoeba-like blobs change shape as they wander around the screen.
55 They are translucent, so you can see the lower blobs through the
56 higher ones, and when one passes over another, their colors merge.  I
57 got the idea for this from a mouse pad I had once, which achieved the
58 same kind of effect in real life by having several layers of plastic
59 with colored oil between them.
60
61 Written by Jamie Zawinski; 1997.
62   </_description>
63 </screensaver>