aUtilities.htm 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  6. <title>Utilities demos</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" lang="FR"
  9. style="tab-interval:35.4pt">
  10. <p class="MsoPlainText"><font size="4" face="Courier New"><b>Utilities&nbsp;:</b></font></p>
  11. <ul>
  12. <li><a href="recorder/recorder.dpr"><strong>recorder</strong></a>
  13. :<ul>
  14. <li>using the TAviRecorder component to record a
  15. GLScene animation with an AVI codec</li>
  16. </ul>
  17. </li>
  18. <li><a href="screensaver/screensaver.dpr"><b>screensaver</b></a><b>&nbsp;:</b><ul>
  19. <li>using the TScreenSaver component for making a
  20. screen-saver</li>
  21. <li>full featured screen-saver, preview, GLScene-based
  22. properties interface and password support</li>
  23. <li>using TGLCadencer and behaviours for animation</li>
  24. </ul>
  25. </li>
  26. <li><a href="joystick/joystick.dpr"><strong>joystick</strong></a>
  27. :<ul>
  28. <li>using the TJoystick component to get joystick
  29. position and button states</li>
  30. </ul>
  31. </li>
  32. <li><a href="keymap/keymap.dpr"><strong>keymap</strong></a> :<ul>
  33. <li>using the keyboard unit to check key states
  34. asynchronously</li>
  35. <li>using mapped virtual key codes and key names</li>
  36. </ul>
  37. </li>
  38. <li><a href="HTFUtils/TerrainPack.dpr"><strong>HTFUtils</strong></a> :<ul>
  39. <li>two utilities to generate and view HTF files (TerrainPack and HTFViewer)</li>
  40. <li>using HTF to compress elevation data and later extract/access that data</li>
  41. </ul>
  42. </li>
  43. <li><a href="GuiEditor/GuiEditor.dpr"><strong>GuiEditor</strong></a> :<ul>
  44. <li>An editor for combining several GUI-Component into one layout</li>
  45. <liOpen/Save/Import + Edit/Preview.</li>
  46. </ul>
  47. </li>
  48. <li><a href="fontgen/fontgen.dpr"><strong>fontgen</strong></a> :<ul>
  49. <li>A tool for generating a bitmap font from a windows font.</li>
  50. </ul>
  51. </li>
  52. </ul>
  53. <font size="2">See also :</font></p>
  54. <ul>
  55. <li><font size="2">in </font><a href="../sprites/sprites.htm"><font
  56. size="2">sprites</font></a><font size="2"> : &quot;particles&quot;</font></li>
  57. </ul>
  58. <a href="..\demos.htm">Back</a></p>
  59. </body>
  60. </html>