summaryrefslogtreecommitdiffstats
path: root/hacks/config/binaryring.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/binaryring.xml')
-rw-r--r--hacks/config/binaryring.xml31
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>