1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="polyominoes" _label="Polyominoes">
7 <video href="https://www.youtube.com/watch?v=6j2H2gL8cws"/>
9 <boolean id="identical" _label="Identical pieces" arg-set="-identical"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="10000"
16 <number id="cycles" type="slider" arg="-cycles %"
17 _label="Duration" _low-label="Short" _high-label="Long"
18 low="500" high="5000" default="2000"/>
20 <number id="ncolors" type="slider" arg="-ncolors %"
21 _label="Number of colors" _low-label="Two" _high-label="Many"
22 low="2" high="255" default="64"/>
24 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26 <xscreensaver-updater />
29 Repeatedly attempts to completely fill a rectangle with
30 irregularly-shaped puzzle pieces.
32 https://en.wikipedia.org/wiki/Polyomino
34 Written by Stephen Montgomery-Smith; 2002.