From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / lavalite.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lavalite" _label="Lavalite" gl="yes">
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="30000"
12             convert="invert"/>
13
14     <number id="speed" type="slider" arg="-speed %"
15             _label="Activity" _low-label="Sparse" _high-label="Dense"
16             low="0.001" high="0.01" default="0.003"/>
17    </vgroup>
18    <vgroup>
19     <number id="count" type="slider" arg="-count %"
20             _label="Max blobs" _low-label="1" _high-label="10"
21             low="1" high="10" default="3"/>
22
23     <number id="resolution" type="slider" arg="-resolution %"
24             _label="Resolution" _low-label="Low" _high-label="High"
25             low="10" high="120" default="40"/>
26    </vgroup>
27   </hgroup>
28
29   <hgroup>
30    <vgroup>
31
32  <hgroup>
33   <boolean id="impatient" _label="Impatient"   arg-set="-impatient"/>
34   <boolean id="smooth"    _label="Smooth"      arg-unset="-no-smooth"/>
35   <boolean id="wander"    _label="Wander" arg-set="-wander"/>
36  </hgroup>
37
38  <hgroup>
39   <boolean id="wire"      _label="Wireframe"   arg-set="-wireframe"/>
40   <boolean id="showfps"   _label="Show frame rate" arg-set="-fps"/>
41  </hgroup>
42
43    </vgroup>
44    <vgroup>
45
46   <select id="style">
47     <option id="classic" _label="Classic Lavalite" arg-set="-style classic"/>
48     <option id="giant"   _label="Giant Lavalite"   arg-set="-style giant"/>
49     <option id="cone"    _label="Cone Lavalite"    arg-set="-style cone"/>
50     <option id="rocket"  _label="Rocket Lavalite"  arg-set="-style rocket"/>
51     <option id="random"  _label="Random Lamp Style"/>
52   </select>
53
54   <select id="rotation">
55     <option id="no"  _label="Don't Rotate"                 arg-set="-spin 0"/>
56     <option id="x"   _label="Rotate around X axis"         arg-set="-spin X"/>
57     <option id="y"   _label="Rotate around Y axis"         arg-set="-spin Y"/>
58     <option id="z"   _label="Rotate around Z axis"/>
59     <option id="xy"  _label="Rotate around X and Y axes"   arg-set="-spin XY"/>
60     <option id="xz"  _label="Rotate around X and Z axes"   arg-set="-spin XZ"/>
61     <option id="yz"  _label="Rotate around Y and Z axes"   arg-set="-spin YZ"/>
62     <option id="xyz" _label="Rotate around all three axes" arg-set="-spin XYZ"/>
63   </select>
64
65    </vgroup>
66   </hgroup>
67
68   <xscreensaver-updater />
69
70   <_description>
71 Draws a 3D Simulation a Lava Lite(r).  Odd-shaped blobs of a mysterious
72 substance are heated, slowly rise to the top of the bottle, and then
73 drop back down as they cool.  This simulation requires a fairly fast
74 machine (both CPU and 3D performance.)
75
76 "LAVA LITE(r) and the configuration of the LAVA(r) brand motion lamp are
77 registered trademarks of Haggerty Enterprises, Inc.  The configuration
78 of the globe and base of the motion lamp are registered trademarks of
79 Haggerty Enterprises, Inc. in the U.S.A. and in other countries around
80 the world."
81
82 http://en.wikipedia.org/wiki/Lava_lamp
83 http://en.wikipedia.org/wiki/Metaballs
84 http://en.wikipedia.org/wiki/Lavarand
85
86 Written by Jamie Zawinski; 2002.
87   </_description>
88 </screensaver>