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