10b342f2a781ead30e0d7646f0c4ae9eb9eceef0
[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   <boolean id="random" _label="Various ball sizes"    arg-unset="-no-random"/>
38   <boolean id="shake"  _label="Shake box"             arg-unset="-no-shake"/>
39   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
40
41   <_description>
42 Models the physics of bouncing balls, or of particles in a gas or
43 fluid, depending on the settings.  If "Shake Box" is selected, then
44 every now and then, the box will be rotated, changing which direction
45 is down (in order to keep the settled balls in motion.)
46
47 Written by Peter Birtles and Jamie Zawinski; 2002.
48   </_description>
49 </screensaver>