1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="binaryring" _label="BinaryRing">
7 <video href="https://www.youtube.com/watch?v=KPiJb0Qm1SE"/>
9 <number id="growth-delay" type="slider" arg="-growth-delay %"
10 _label="Growth delay" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="10000" />
13 <number id="ring-radius" type="slider" arg="-ring-radius %"
14 _label="Ring Radius" _low-label="Short" _high-label="Long"
15 low="0" high="400" default="40" />
17 <number id="particles-number" type="slider" arg="-particles-number %"
18 _label="Number of particles" _low-label="Few" _high-label="Lots"
19 low="500" high="20000" default="5000" />
21 <boolean id="color" _label="Fade with colors" arg-unset="-no-color"/>
23 <xscreensaver-updater />
26 A system of path tracing particles evolves continuously from an
27 initial creation, alternating dark and light colors.
29 Written by J. Tarbell and Emilio Del Tessandoro; 2014.