1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="bouboule" _label="Bouboule">
7 <video href="https://www.youtube.com/watch?v=MdmIBmlkyFw"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="20000"
14 <number id="count" type="slider" arg="-count %"
15 _label="Number of spots" _low-label="Few" _high-label="Many"
16 low="1" high="400" default="100"/>
18 <number id="ncolors" type="slider" arg="-ncolors %"
19 _label="Number of colors" _low-label="Two" _high-label="Many"
20 low="1" high="255" default="64"/>
22 <boolean id="3d" _label="Do Red/Blue 3D separation" arg-unset="-no-3d"/>
24 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26 <xscreensaver-updater />
29 A deforming balloon with varying-sized spots painted on its invisible surface.
31 Written by Jeremie Petit; 1997.