ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[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 blobs
41 change shape as they wander around the screen, and they are translucent,
42 so you can see the lower blobs through the higher ones, and when one
43 passes over another, their colors merge.  I got the idea for this from
44 a cool mouse pad I have, which achieves the same kind of effect in real
45 life by having several layers plastic with colored oil between them.
46 Written by Jamie Zawinski.
47   </_description>
48 </screensaver>