1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="molecule" _label="Molecule" gl="yes">
7 <video href="https://www.youtube.com/watch?v=D1A0tNcPL4M"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="10000"
14 <number id="timeout" type="slider" arg="-timeout %"
15 _label="Duration" _low-label="5 seconds" _high-label="2 minutes"
16 low="5" high="120" default="20"/>
20 <boolean id="labels" _label="Label atoms" arg-unset="-no-labels"/>
21 <boolean id="titles" _label="Describe molecule" arg-unset="-no-titles"/>
22 <boolean id="bbox" _label="Draw bounding box" arg-set="-bbox"/>
23 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
26 <boolean id="atoms" _label="Draw atomic nuclei" arg-unset="-no-atoms"/>
27 <boolean id="bonds" _label="Draw atomic bonds" arg-unset="-no-bonds"/>
28 <boolean id="shells" _label="Draw electron shells" arg-unset="-no-shells"/>
29 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
34 <boolean id="wander" _label="Wander" arg-set="-wander"/>
36 <select id="rotation">
37 <option id="no" _label="Don't rotate" arg-set="-spin 0"/>
38 <option id="x" _label="Rotate around X axis" arg-set="-spin X"/>
39 <option id="y" _label="Rotate around Y axis" arg-set="-spin Y"/>
40 <option id="z" _label="Rotate around Z axis" arg-set="-spin Z"/>
41 <option id="xy" _label="Rotate around X and Y axes" arg-set="-spin XY"/>
42 <option id="xz" _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
43 <option id="yz" _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
44 <option id="xyz" _label="Rotate around all three axes"/>
48 <file id="molecule" _label="PDB file or directory" arg="-molecule %"/>
50 <xscreensaver-updater />
53 Some interesting molecules. Several molecules are built in, and it can
54 also read PDB (Protein Data Bank) files as input.
56 https://en.wikipedia.org/wiki/Protein_Data_Bank_%28file_format%29
58 Written by Jamie Zawinski; 2001.