summaryrefslogtreecommitdiffstats
path: root/hacks/config/jigsaw.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/jigsaw.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/jigsaw.xml')
-rw-r--r--hacks/config/jigsaw.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/hacks/config/jigsaw.xml b/hacks/config/jigsaw.xml
deleted file mode 100644
index 219a534..0000000
--- a/hacks/config/jigsaw.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="jigsaw" _label="Jigsaw" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=T5_hiY2eEeo"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="20000"
- convert="invert"/>
-
- <number id="speed" type="slider" arg="-speed %"
- _label="Speed" _low-label="Slow" _high-label="Fast"
- low="0.1" high="8.0" default="1.0"/>
- </vgroup>
- <vgroup>
- <number id="density" type="slider" arg="-complexity %"
- _label="Puzzle pieces" _low-label="Few" _high-label="Many"
- low="1.0" high="4.0" default="1.0"/>
-
- <number id="resolution" type="slider" arg="-resolution %"
- _label="Resolution" _low-label="Chunky" _high-label="Smooth"
- low="50" high="300" default="100"/>
- </vgroup>
- </hgroup>
-
- <hgroup>
- <vgroup>
- <xscreensaver-image />
- </vgroup>
- <vgroup>
- <boolean id="wobble" _label="Tilt" arg-unset="-no-wobble"/>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-Carves an image up into a jigsaw puzzle, shuffles it, and solves it.
-
-https://en.wikipedia.org/wiki/Jigsaw_puzzle
-https://en.wikipedia.org/wiki/Tessellation
-
-Written by Jamie Zawinski; 1997.
- </_description>
-</screensaver>