http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.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   <number id="delay" type="slider" arg="-delay %"
8           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="20000"
10           convert="invert"/>
11
12   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
13
14   <number id="complexity" type="slider" arg="-complexity %"
15           _label="Complexity" _low-label="Low" _high-label="High"
16           low="1" high="3" default="2"/>
17
18   <boolean id="random" _label="Random" arg-set="-random"/>
19
20   <number id="speed" type="slider" arg="-speed %"
21           _label="Rotation speed" _low-label="Slow" _high-label="Fast"
22           low="50" high="1000" default="250"/>
23
24   <number id="spherism" type="slider" arg="-spherism %"
25            _label="Sphere strength" _low-label="none" _high-label="strong"
26            low="0" high="1000" default="200"/>
27
28   <number id="hold" type="slider" arg="-hold %"
29            _label="Vertex-vertex force" _low-label="none" _high-label="strong"
30            low="0" high="1000" default="700"/>
31
32   <number id="distance" type="slider" arg="-distance %"
33            _label="Vertex-vertex behavior" _low-label="expand"
34            _high-label="collapse" low="0" high="1000" default="300"/>
35
36   <number id="damping" type="slider" arg="-damping %"
37            _label="Inertial damping" _low-label="Low" _high-label="High"
38            low="10" high="1000" default="500" convert="invert"/>
39
40   <number id="spooky" type="slider" arg="-spooky %"
41            _label="Spookiness" _low-label="None" _high-label="Spoooooky"
42            low="0" high="12" default="0"/>
43
44   <boolean id="wireframe" _label="Wireframe" arg-set="-wireframe"/>
45
46   <select id="color">
47    <option id="cycle"     _label="Cycle" />
48    <option id="flowerbox" _label="Flower box" arg-set="-color flowerbox"/>
49    <option id="clownbarf" _label="Clown barf" arg-set="-color clownbarf"/>
50    <option id="chrome" _label="Chrome" arg-set="-color chrome"/>
51   </select>
52
53   <select id="start">
54    <option id="sphere" _label="Sphere" />
55    <option id="tetrahedron" _label="Tetrahedron" arg-set="-tetra"/>
56   </select>
57
58   <_description>
59 This little gem does bad things with quasi-spherical objects.
60
61 The gist of it is that you have what is, structurally, a tetrahedron
62 with tesselated faces. the vertices on these faces have forces on
63 them in the form of one proportional to their distance from the surface
64 of a sphere, and one which is proportional to how far they differ from
65 some ideal distance from their neighbors. They also have inertia.
66 The forces and distance are parameters and there are also a couple
67 of visual parameters.
68
69 The resulting effect can range from a shape that does nothing, to
70 a frenetic polygon storm. Somewhere in between there it usually manifests
71 as a blob that jiggles in a kind of disturbing manner. woo.
72
73 It doesn't matter, however. You should just pick 'random'. It overrides all
74 the other options, except for fps, delay and complexity.
75
76 By Keith Macleod
77   </_description>
78
79 </screensaver>
80
81
82
83
84
85
86
87