From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / truchet.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="truchet" _label="Truchet">
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="1000000" default="400000"
10           convert="invert"/>
11
12   <!-- #### -min-width [40] -->
13   <!-- #### -max-height [150] -->
14   <!-- #### -max-width [150] -->
15   <!-- #### -min-height [40] -->
16   <!-- #### -max-linewidth [25] -->
17   <!-- #### -min-linewidth [2] -->
18   <!-- #### -no-erase -->
19   <!-- #### -erase-count [25] -->
20   <!-- #### -not-square -->
21   <!-- #### -no-angles -->
22   <!-- #### -no-curves -->
23   <!-- #### -scroll -->
24   <!-- #### -scroll-overlap [400] -->
25   <!-- #### -anim-delay [100] -->
26   <!-- #### -anim-step-size [3] -->
27
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <xscreensaver-updater />
31
32   <_description>
33 This draws line- and arc-based truchet patterns that tile the screen.
34
35 http://en.wikipedia.org/wiki/Tessellation
36
37 Written by Adrian Likins; 1998.
38   </_description>
39 </screensaver>