1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="hexadrop" _label="Hexadrop">
7 <video href="https://www.youtube.com/watch?v=HMPVzQUGW-Q"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="50000" default="30000"
16 <number id="speed" type="slider" arg="-speed %"
17 _label="Speed" _low-label="Slow" _high-label="Fast"
18 low="0.1" high="4.0" default="1.0"/>
20 <number id="size" type="slider" arg="-size %"
21 _label="Tile size" _low-label="Small" _high-label="Large"
22 low="5" high="50" default="15"
28 <option id="0" _label="Random shape"/>
29 <option id="3" _label="Triangles" arg-set="-sides 3"/>
30 <option id="4" _label="Squares" arg-set="-sides 4"/>
31 <option id="6" _label="Hexagons" arg-set="-sides 6"/>
32 <option id="5" _label="Octagons" arg-set="-sides 8"/>
36 <option id="r-uniform" _label="Random speed"/>
37 <option id="uniform" _label="Uniform speed" arg-set="-uniform-speed"/>
38 <option id="no-uniform" _label="Non-uniform speed" arg-set="-no-uniform-speed"/>
41 <select id="lockstep">
42 <option id="r-lockstep" _label="Random sync"/>
43 <option id="lockstep" _label="Synchronized" arg-set="-lockstep"/>
44 <option id="no-lockstep" _label="Non-synchronized" arg-set="-no-lockstep"/>
47 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
51 <xscreensaver-updater />
54 A grid of hexagons or other shapes, with tiles dropping out.
56 https://en.wikipedia.org/wiki/Tiling_by_regular_polygons
58 Written by Jamie Zawinski; 2013.