http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / glschool.xml
diff --git a/hacks/config/glschool.xml b/hacks/config/glschool.xml
new file mode 100644 (file)
index 0000000..37456cb
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="glschool" _label="glschool">
+
+       <command arg="-root"/>
+
+       <number id="NFish" type="slider" arg="-nfish %"
+           _label="Fish Count" _low-label="Few" _high-label="Lots"
+           low="5" high="500" default="100"/>
+
+       <number id="delay" type="slider" arg="-delay %" _label="Speed" _low-label="Slow" _high-label="Fast" low="0" high="50000" default="20000" convert="invert"/>
+
+       <number id="AvoidFact" type="slider" arg="-avoidfact %" _label="Avoidance" _low-label="None" _high-label="High" low="0" high="10" default="1.5"/>
+       <number id="MatchFact" type="slider" arg="-matchfact %" _label="Velocity Matching" _low-label="None" _high-label="High" low="0" high="3" default="0.15"/>
+       <number id="CenterFact" type="slider" arg="-centerfact %" _label="Centering" _low-label="None" _high-label="High" low="0" high="1.0" default="0.1"/>
+       <number id="TargetFact" type="slider" arg="-targetfact %" _label="Goal Following" _low-label="None" _high-label="High" low="0" high="400" default="80"/>
+
+       <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
+       <boolean id="fog"    _label="Fog" arg-set="-fog"/>
+       <boolean id="drawgoal" _label="Draw Goal" arg-set="-drawgoal"/>
+       <boolean id="drawbbox" _label="Draw Bounding Box" arg-set="-drawbbox"/>
+       <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+       <_description>
+
+Uses Craig Reynolds' Boids algorithm to simulate a school of fish.
+Looks best with more fish, so raise the number of fish until the
+frame rate declines to 25-30 fps.
+
+Written by David C. Lambert; 2006.
+       </_description>
+</screensaver>