Difference between revisions of "The "official" layout editor"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Rearranged the links, added a page for user interface design, updated blurb to reflect the fact that the linux version is now in CVS.) |
|||
Line 1: | Line 1: | ||
Welcome to the entry page with information on the "official" layout editor! This editor is supported by the team (scriptkid mainly) in a way that we will try to keep it in sync with the CEGUI library itself, and to add much-requested features if within our powers. | Welcome to the entry page with information on the "official" layout editor! This editor is supported by the team (scriptkid mainly) in a way that we will try to keep it in sync with the CEGUI library itself, and to add much-requested features if within our powers. | ||
− | The editor has recently been ported from MFC (Windows only) to wxWidgets (multi-platform). | + | The editor has recently been ported from MFC (Windows only) to wxWidgets (multi-platform). There is now a Linux version in the CVS, in addition to the Windows version. |
The following links should get you up and running with the editor. Have fun :-) | The following links should get you up and running with the editor. Have fun :-) | ||
+ | === Documentation === | ||
* [[Getting Started]] | * [[Getting Started]] | ||
* [[Manual]] | * [[Manual]] | ||
+ | |||
+ | ==== Design ==== | ||
+ | * [[User Interface]] |
Revision as of 20:24, 13 September 2005
Welcome to the entry page with information on the "official" layout editor! This editor is supported by the team (scriptkid mainly) in a way that we will try to keep it in sync with the CEGUI library itself, and to add much-requested features if within our powers.
The editor has recently been ported from MFC (Windows only) to wxWidgets (multi-platform). There is now a Linux version in the CVS, in addition to the Windows version.
The following links should get you up and running with the editor. Have fun :-)