d702e3713f951adfd98c0f8bf33abf07d148130f
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="12000"
10           convert="invert"/>
11
12   <number id="count" type="spinbutton" arg="-count %"
13           _label="Blob Count" low="0" high="100" default="12"/>
14
15   <select id="mode">
16     <option id="transparent" _label="Transparent Blobs"/>
17     <option id="opaque"      _label="Opaque Blobs" arg-set="-non-transparent"/>
18     <option id="xor"         _label="XOR Blobs" arg-set="-xor"/>
19   </select>
20
21   <select id="color-mode">
22     <option id="additive" _label="Additive Colors (reflected light)"/>
23     <option id="subtractive" _label="Subtractive Colors (transmitted light)"
24             arg-set="-subtractive"/>
25   </select>
26
27   <number id="torque" type="slider" arg="-torque %"
28           _label="Rotational Speed" _low-label="Slow" _high-label="Fast"
29           low="0.0002" high="0.0500" default="0.0075"/>
30
31   <number id="elasticity" type="slider" arg="-elasticity %"
32           _label="Elasticity" _low-label="Low" _high-label="High"
33           low="0.1" high="5.0" default="1.8"/>
34
35   <number id="maxv" type="slider" arg="-max-velocity %"
36           _label="Speed Limit" _low-label="Slow" _high-label="Fast"
37           low="0.1" high="3.0" default="1.2"/>
38
39   <_description>
40 This draws set of animating, transparent, amoeba-like blobs.  The
41 blobs change shape as they wander around the screen, and they are
42 translucent, so you can see the lower blobs through the higher ones,
43 and when one passes over another, their colors merge.  Written by
44 Jamie Zawinski.  I got the idea for this from a cool mouse pad I
45 have, which achieves the same kind of effect in real life by having
46 several layers plastic with colored oil between them.  Written by
47 Jamie Zawinski.
48   </_description>
49 </screensaver>