45 lines
1.8 KiB
XML
45 lines
1.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<screensaver name="xstar" _label="Xstar">
|
|
|
|
<command arg="-r"/>
|
|
|
|
<number id="stars" type="spinbutton" arg="-b %"
|
|
_label="Number of stars" low="2" high="249" default="15"/>
|
|
|
|
<number id="delay" type="spinbutton" arg="-D %"
|
|
_label="Delay" low="0" high="500" default="0"/>
|
|
|
|
<number id="trails" type="spinbutton" arg="-T %"
|
|
_label="Trails" low="512" high="24575" default="16384"/>
|
|
|
|
<number id="accuracy" type="slider" arg="-a %"
|
|
_label="Accurary" _low-label="Low" _high-label="High"
|
|
low="0.1" high="20" default="1."/>
|
|
|
|
<number id="dist" type="slider" arg="-l %"
|
|
_label="Collide dist" _low-label="Small" _high-label="Large"
|
|
low="0.1" high="20" default="1."/>
|
|
|
|
<number id="buffer" type="slider" arg="-B %"
|
|
_label="Buffering" _low-label="Low" _high-label="High"
|
|
low="0.1" high="20" default="1."/>
|
|
|
|
<boolean id="crotate" _label="Color Rotation" arg-set="-R"/>
|
|
|
|
<boolean id="cassign" _label="Color Assignment" arg-set="-M"/>
|
|
|
|
<select id="method">
|
|
<option id="taylor3" _label="Taylor" arg-set="-m taylor3"/>
|
|
<option id="rk4" _label="Runge-Kutta" arg-set="-m rk4"/>
|
|
<option id="gpemce8" _label="Gragg" arg-set="-m gpemce8"/>
|
|
<option id="ab7" _label="Adam-Bashford" />
|
|
<option id="am4" _label="Adam-Moulton" arg-set="-m am4"/>
|
|
</select>
|
|
|
|
<_description>
|
|
XStar is a Unix program that simulates the movement of stars. It starts by
|
|
putting a bunch of stars on the screen, and then it lets the inter-body
|
|
gravitational forces move the stars around. The result is a lot of neat
|
|
wandering paths, as the stars interact and collide.
|
|
</_description>
|
|
</screensaver>
|