From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / epicycle.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="epicycle" _label="Epicycle">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="ncolors" type="slider" arg="-colors %"
13             _label="Number of colors" _low-label="Two" _high-label="Many"
14             low="1" high="255" default="100"/>
15
16   <number id="holdtime" type="slider" arg="-holdtime %"
17           _label="Linger" _low-label="1 second" _high-label="30 seconds"
18           low="1" high="30" default="2"/>
19
20   <hgroup>
21   <number id="linewidth" type="spinbutton" arg="-linewidth %"
22           _label="Line thickness" low="1" high="50" default="4"/>
23
24   <number id="harmonics" type="spinbutton" arg="-harmonics %"
25           _label="Harmonics" low="1" high="20" default="8"/>
26   </hgroup>
27
28   <!-- #### -color0 [red] -->
29   <!-- #### -colours [100] -->
30   <!-- #### -foreground [white] -->
31   <!-- #### -min_circles [2] -->
32   <!-- #### -max_circles [10] -->
33   <!-- #### -min_speed [0.003] -->
34   <!-- #### -max_speed [0.005] -->
35   <!-- #### -timestep [1.0] -->
36   <!-- #### -divisor_poisson [0.4] -->
37   <!-- #### -size_factor_min [1.05] -->
38   <!-- #### -size_factor_max [2.05] -->
39
40   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
41
42   <xscreensaver-updater />
43
44   <_description>
45 This draws the path traced out by a point on the edge of a
46 circle.  That circle rotates around a point on the rim of another
47 circle, and so on, several times. These were the basis for the
48 pre-heliocentric model of planetary motion.
49
50 http://en.wikipedia.org/wiki/Deferent_and_epicycle
51
52 Written by James Youngman; 1998.
53   </_description>
54 </screensaver>