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