/xbmc/screensavers/rsxs-0.9/config/rs-hyperspace.xml

http://github.com/xbmc/xbmc · XML · 77 lines · 73 code · 4 blank · 0 comment · 0 complexity · 50af3bb32bea37827a640aab90347891 MD5 · raw file

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <screensaver name="hyperspace" _label="Really Slick Hyperspace">
  3. <command arg="-root" />
  4. <number id="stars"
  5. type="spinbutton"
  6. arg="-stars %"
  7. _label="Stars"
  8. low="0"
  9. high="10000"
  10. default="1000"
  11. />
  12. <number id="starsize"
  13. type="slider"
  14. arg="-starsize %"
  15. _label="Star size"
  16. _low-label="Tiny"
  17. _high-label="Huge"
  18. low="1.0"
  19. high="100.0"
  20. default="10.0"
  21. />
  22. <number id="speed"
  23. type="slider"
  24. arg="-speed %"
  25. _label="Speed"
  26. _low-label="Slow"
  27. _high-label="Fast"
  28. low="1.0"
  29. high="100.0"
  30. default="10.0"
  31. />
  32. <number id="resolution"
  33. type="slider"
  34. arg="-resolution %"
  35. _label="Resolution"
  36. _low-label="Low"
  37. _high-label="High"
  38. low="4"
  39. high="20"
  40. default="10"
  41. />
  42. <number id="depth"
  43. type="slider"
  44. arg="-depth %"
  45. _low-label="Shallow"
  46. _high-label="Deep"
  47. low="1"
  48. high="10"
  49. default="5"
  50. />
  51. <number id="fov"
  52. type="slider"
  53. arg="-fov %"
  54. _label="Camera"
  55. _low-label="Zoomed"
  56. _high-label="Wide-angle"
  57. low="10.0"
  58. high="150.0"
  59. default="90.0"
  60. />
  61. <boolean id="shaders"
  62. _label="GL shaders"
  63. arg-unset="-no-shaders"
  64. />
  65. <_description>
  66. This is a real number cruncher of a screensaver. Computers are getting much
  67. more powerful these days, and my old savers don't bring them to their knees
  68. like they use to. This one does. Of course, you can still turn the settings way
  69. down if you have a pathetic, old computer.
  70. -- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
  71. This version by Michael Chapman &lt;foonly@users.sourceforge.net&gt;.
  72. </_description>
  73. </screensaver>