Difference between revisions of "Orbiter Generator"

From LinuxMCE
Jump to: navigation, search
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table><p>The Orbiter's user interface is stored in a database.  It would not be practical or efficient for the Orbiters to build and render the UI on the fly directly from the database. So OrbiterGen is a program that takes the UI and pre-renders as much as possible. Graphics and text are pre-rendered into single bitmaps so that the Orbiter can display the screens very quickly.</p>
+
The [[Orbiter]]'s user interface (UI) is stored in a database.  It would not be practical or efficient for the Orbiters to build and render the UI on the fly directly from the database.
 +
 
 +
Therefore, OrbiterGen is a program that takes the UI and pre-renders it, as much as possible. Graphics and text are pre-rendered into single bitmaps so that the Orbiter can display the screens very quickly.</p>
 +
 
 
<p>Like [[Designer]] so the only time you will need to use OrbiterGen is when you are creating your own UI in Designer and want to quickly preview the results in the Orbiter.  The User's Manual explains the command line options.  There is no Programmer's Guide.</p>
 
<p>Like [[Designer]] so the only time you will need to use OrbiterGen is when you are creating your own UI in Designer and want to quickly preview the results in the Orbiter.  The User's Manual explains the command line options.  There is no Programmer's Guide.</p>
  
 
[[Category:Orbiters]]
 
[[Category:Orbiters]]

Revision as of 18:43, 4 May 2008

The Orbiter's user interface (UI) is stored in a database. It would not be practical or efficient for the Orbiters to build and render the UI on the fly directly from the database.

Therefore, OrbiterGen is a program that takes the UI and pre-renders it, as much as possible. Graphics and text are pre-rendered into single bitmaps so that the Orbiter can display the screens very quickly.</p>

Like Designer so the only time you will need to use OrbiterGen is when you are creating your own UI in Designer and want to quickly preview the results in the Orbiter. The User's Manual explains the command line options. There is no Programmer's Guide.