began for maemo
[xscreensaver] / xscreensaver / hacks / config / jigglypuff.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="jigglypuff" _label="JigglyPuff">
4
5   <command arg="-root"/>
6
7  <boolean id="random" _label="Randomize Almost Everything" arg-unset="-no-random"/>
8
9   <hgroup>
10    <vgroup>
11
12       <number id="complexity" type="slider" arg="-complexity %"
13               _label="Complexity" _low-label="Low" _high-label="High"
14               low="1" high="3" default="2"/>
15
16       <number id="speed" type="slider" arg="-speed %"
17               _label="Rotation speed" _low-label="Slow" _high-label="Fast"
18               low="50" high="1000" default="250"/>
19
20       <number id="spherism" type="slider" arg="-spherism %"
21                _label="Sphere strength" _low-label="none" _high-label="strong"
22                low="0" high="1000" default="200"/>
23
24       <number id="hold" type="slider" arg="-hold %"
25                _label="Vertex-vertex force" _low-label="none" _high-label="strong"
26                low="0" high="1000" default="700"/>
27
28     </vgroup>
29     <vgroup>
30
31       <number id="distance" type="slider" arg="-distance %"
32                _label="Vertex-vertex behavior" _low-label="expand"
33                _high-label="collapse" low="0" high="1000" default="300"/>
34
35       <number id="damping" type="slider" arg="-damping %"
36                _label="Inertial damping" _low-label="Low" _high-label="High"
37                low="10" high="1000" default="500" convert="invert"/>
38
39       <number id="spooky" type="slider" arg="-spooky %"
40                _label="Spookiness" _low-label="None" _high-label="Spoooooky"
41                low="0" high="12" default="0"/>
42
43     <hgroup>
44      <select id="color">
45       <option id="cycle"     _label="Cycle" />
46       <option id="flowerbox" _label="Flower box" arg-set="-color flowerbox"/>
47       <option id="clownbarf" _label="Clown barf" arg-set="-color clownbarf"/>
48       <option id="chrome" _label="Chrome" arg-set="-color chrome"/>
49      </select>
50
51      <select id="start">
52       <option id="sphere" _label="Sphere" />
53       <option id="tetrahedron" _label="Tetrahedron" arg-set="-tetra"/>
54      </select>
55     </hgroup>
56
57     <boolean id="wireframe" _label="Wireframe" arg-set="-wireframe"/>
58     <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
59
60     </vgroup>
61   </hgroup>
62
63   <number id="delay" type="slider" arg="-delay %"
64           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
65           low="0" high="20000" default="20000"
66           convert="invert"/>
67
68   <_description>
69 This does bad things with quasi-spherical objects.
70
71 You have a tetrahedron with tesselated faces.  The vertices on these
72 faces have forces on them: one proportional to the distance from the
73 surface of a sphere; and one proportional to the distance from the
74 neighbors.  They also have inertia.
75
76 The resulting effect can range from a shape that does nothing, to a
77 frenetic polygon storm.  Somewhere in between there it usually
78 manifests as a blob that jiggles in a kind of disturbing manner.
79
80 Written by Keith Macleod; 2003.
81   </_description>
82
83 </screensaver>
84
85
86
87
88
89
90
91