From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / penrose.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="penrose" _label="Penrose">
4
5   <command arg="-root"/>
6
7    <hgroup>
8     <vgroup>
9      <number id="delay" type="slider" arg="-delay %"
10              _label="Frame rate" _low-label="Low" _high-label="High"
11              low="0" high="100000" default="10000"
12              convert="invert"/>
13
14      <number id="ncolors" type="slider" arg="-ncolors %"
15                _label="Number of colors" _low-label="Two" _high-label="Many"
16                low="1" high="255" default="64"/>
17     </vgroup>
18     <vgroup>
19      <number id="size" type="slider" arg="-size %"
20               _label="Tile size" _low-label="Small" _high-label="Large"
21               low="1" high="100" default="40"/>
22
23      <boolean id="ammann" _label="Draw ammann lines" arg-set="-ammann"/>
24      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25     </vgroup>
26    </hgroup>
27   
28
29   <xscreensaver-updater />
30
31   <_description>
32 Quasiperiodic tilings.
33
34 In April 1997, Sir Roger Penrose, a British math professor who has
35 worked with Stephen Hawking on such topics as relativity, black
36 holes, and whether time has a beginning, filed a
37 copyright-infringement lawsuit against the Kimberly-Clark
38 Corporation, which Penrose said copied a pattern he created (a
39 pattern demonstrating that "a nonrepeating pattern could exist in
40 nature") for its Kleenex quilted toilet paper.  Penrose said he
41 doesn't like litigation but, "When it comes to the population of
42 Great Britain being invited by a multinational to wipe their bottoms
43 on what appears to be the work of a Knight of the Realm, then a last
44 stand must be taken."
45
46 As reported by News of the Weird #491, 4-Jul-1997.
47
48 http://en.wikipedia.org/wiki/Penrose_tiling
49 http://en.wikipedia.org/wiki/Tessellation
50
51 Written by Timo Korvola; 1997.
52   </_description>
53 </screensaver>