f8b1ab48e76fbf91d2dbf3bc4057c70148f0a912
[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   <_description>
52 This draws set of animating, transparent, amoeba-like blobs.  The blobs
53 change shape as they wander around the screen, and they are translucent,
54 so you can see the lower blobs through the higher ones, and when one
55 passes over another, their colors merge.  I got the idea for this from
56 a mouse pad I had once, which achieved the same kind of effect in real
57 life by having several layers of plastic with colored oil between them.
58
59 Written by Jamie Zawinski; 1997.
60   </_description>
61 </screensaver>