Difference between revisions of "Assembling a Toolset"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 4: | Line 4: | ||
== Layout == | == Layout == | ||
* [[The %22official%22 layout editor]] (ScriptKid) | * [[The %22official%22 layout editor]] (ScriptKid) | ||
− | * [[User Contributed Material]] | + | * [[User Contributed Material|CEGUILuaApp]] (Lindquist) |
== Imageset == | == Imageset == | ||
− | * [[User Contributed Material]] | + | * [[User Contributed Material|CEGUIImagesetEditor]] (Martignass) |
Revision as of 11:20, 18 May 2006
CEGUI rests on several data files. All those files are here to help you in separating the aspect of your project. The Designer can deal with the interface design, the programmer can focus on logique everyone leave in its own world and we are all happy. This page list the tools that can be used to create data used by CEGUI.
Layout
- The "official" layout editor (ScriptKid)
- CEGUILuaApp (Lindquist)
Imageset
- CEGUIImagesetEditor (Martignass)