From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / fluidballs.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="fluidballs" _label="FluidBalls">
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="10000"
12             convert="invert"/>
13
14     <number id="count" type="slider" arg="-count %"
15              _label="Number of balls" _low-label="Few" _high-label="Many"
16             low="1" high="3000" default="300"/>
17
18     <number id="size" type="slider" arg="-size %"
19              _label="Ball size" _low-label="Small" _high-label="Large"
20             low="3" high="200" default="25"/>
21    </vgroup>
22    <vgroup>
23     <number id="gravity" type="slider" arg="-gravity %"
24              _label="Gravity" _low-label="      Freefall" _high-label="Jupiter"
25             low="0.0" high="0.1" default="0.01"/>
26
27     <number id="wind" type="slider" arg="-wind %"
28              _label="Wind" _low-label="Still" _high-label="Hurricane"
29             low="0.0" high="0.1" default="0.00"/>
30
31     <number id="elasticity" type="slider" arg="-elasticity %"
32              _label="Friction" _low-label="Clay" _high-label="Rubber"
33             low="0.2" high="1.0" default="0.97"/>
34    </vgroup>
35   </hgroup>
36
37   <hgroup>
38    <boolean id="random" _label="Various ball sizes"    arg-unset="-no-random"/>
39    <boolean id="shake"  _label="Shake box"             arg-unset="-no-shake"/>
40    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
41   </hgroup>
42
43   <xscreensaver-updater />
44
45   <_description>
46 Models the physics of bouncing balls, or of particles in a gas or
47 fluid, depending on the settings.  If "Shake Box" is selected, then
48 every now and then, the box will be rotated, changing which direction
49 is down (in order to keep the settled balls in motion.)
50
51 Written by Peter Birtles and Jamie Zawinski; 2002.
52   </_description>
53 </screensaver>