From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / glschool.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glschool" _label="GLSchool" gl="yes">
4
5  <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9  <number id="delay" type="slider" arg="-delay %"
10         _label="Frame rate" _low-label="Low" _high-label="High"
11          low="0" high="100000" default="20000" convert="invert"/>
12
13  <number id="NFish" type="slider" arg="-nfish %"
14     _label="Fish count" _low-label="Few" _high-label="Lots"
15     low="5" high="500" default="100"/>
16
17  <number id="AvoidFact" type="slider" arg="-avoidfact %" _label="Avoidance" _low-label="None" _high-label="High" low="0" high="10" default="1.5"/>
18    </vgroup>
19    <vgroup>
20  <number id="MatchFact" type="slider" arg="-matchfact %" _label="Velocity matching" _low-label="None" _high-label="High" low="0" high="3" default="0.15"/>
21  <number id="CenterFact" type="slider" arg="-centerfact %" _label="Centering" _low-label="None" _high-label="High" low="0" high="1.0" default="0.1"/>
22  <number id="TargetFact" type="slider" arg="-targetfact %" _label="Goal following" _low-label="None" _high-label="High" low="0" high="400" default="80"/>
23    </vgroup>
24   </hgroup>
25
26  <hgroup>
27  <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
28  <boolean id="fog"    _label="Fog" arg-set="-fog"/>
29  <boolean id="drawgoal" _label="Draw goal" arg-set="-drawgoal"/>
30  <boolean id="drawbbox" _label="Draw bounding box" arg-unset="-no-drawbbox"/>
31  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32  </hgroup>
33
34   <xscreensaver-updater />
35
36  <_description>
37 Uses Craig Reynolds' classic "Boids" algorithm to simulate a school of fish.
38
39 http://en.wikipedia.org/wiki/Boids
40
41 Written by David C. Lambert; 2006.
42  </_description>
43 </screensaver>