diff options
author | Simon Rettberg | 2018-10-16 10:08:48 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-10-16 10:08:48 +0200 |
commit | d3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch) | |
tree | cbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/binaryring.xml | |
download | xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip |
Original 5.40
Diffstat (limited to 'hacks/config/binaryring.xml')
-rw-r--r-- | hacks/config/binaryring.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/hacks/config/binaryring.xml b/hacks/config/binaryring.xml new file mode 100644 index 0000000..a96026c --- /dev/null +++ b/hacks/config/binaryring.xml @@ -0,0 +1,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> |