Difference between revisions of "Assembling a Toolset"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(added font tool) |
m (Robot: Cosmetic changes) |
||
Line 2: | Line 2: | ||
− | == Layout == | + | == Layout == |
− | * [[The | + | * [[The "official" layout editor]] (ScriptKid) |
− | * [[User Contributed Material|CEGUILuaApp]] | + | * [[User Contributed Material|CEGUILuaApp]] (Lindquist) |
− | * [[CELayoutUpgrader|CELayoutUpgrader - Upgrade layouts to Unified Coord. System]] | + | * [[CELayoutUpgrader|CELayoutUpgrader - Upgrade layouts to Unified Coord. System]] (iceeey) |
− | == Imageset == | + | == Imageset == |
* [[User Contributed Material|CEGUIImagesetEditor]] (Martignass/Drumicube) | * [[User Contributed Material|CEGUIImagesetEditor]] (Martignass/Drumicube) | ||
* Gimp->CEGUIImageset Exporter [http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3318 (forum)] (lope85) | * Gimp->CEGUIImageset Exporter [http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3318 (forum)] (lope85) |
Revision as of 15:00, 26 February 2011
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)
- CELayoutUpgrader - Upgrade layouts to Unified Coord. System (iceeey)
Imageset
- CEGUIImagesetEditor (Martignass/Drumicube)
- Gimp->CEGUIImageset Exporter (forum) (lope85)
- PhotoshopCS3->CEGUIImageset Exporter (forum) (djphilipe)
Fonts
- Powerful bitmap font generator (forum) (Nitrogen)