http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[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       <number id="delay" type="slider" arg="-delay %"
44               _label="Animation Speed" _low-label="Slow" _high-label="Fast"
45               low="0" high="20000" default="20000"
46               convert="invert"/>
47     </vgroup>
48   </hgroup>
49
50   <hgroup>
51    <select id="color">
52     <option id="cycle"     _label="Cycle" />
53     <option id="flowerbox" _label="Flower box" arg-set="-color flowerbox"/>
54     <option id="clownbarf" _label="Clown barf" arg-set="-color clownbarf"/>
55     <option id="chrome" _label="Chrome" arg-set="-color chrome"/>
56    </select>
57
58    <select id="start">
59     <option id="sphere" _label="Sphere" />
60     <option id="tetrahedron" _label="Tetrahedron" arg-set="-tetra"/>
61    </select>
62
63    <boolean id="wireframe" _label="Wireframe" arg-set="-wireframe"/>
64    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
65
66   </hgroup>
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