Difference between revisions of "Assembling a Toolset"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
m (Robot: Adding Category:Uncategorised) |
m (Bot: Automated text replacement (-\[\[(.*?)\|.*?\]\] +\1)) |
||
Line 4: | Line 4: | ||
== Layout == | == Layout == | ||
* [[The "official" layout editor]] (ScriptKid) | * [[The "official" layout editor]] (ScriptKid) | ||
− | * [[User Contributed Material | + | * [[User Contributed Material]] (Lindquist) |
− | * [[CELayoutUpgrader | + | * [[CELayoutUpgrader]] (iceeey) |
== Imageset == | == Imageset == | ||
− | * [[User Contributed Material | + | * [[User Contributed Material]] (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) | ||
* PhotoshopCS3->CEGUIImageset Exporter [http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3494 (forum)] (djphilipe) | * PhotoshopCS3->CEGUIImageset Exporter [http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3494 (forum)] (djphilipe) |
Revision as of 23:46, 3 March 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)
- User Contributed Material (Lindquist)
- CELayoutUpgrader (iceeey)
Imageset
- User Contributed Material (Martignass/Drumicube)
- Gimp->CEGUIImageset Exporter (forum) (lope85)
- PhotoshopCS3->CEGUIImageset Exporter (forum) (djphilipe)
Fonts
- Powerful bitmap font generator (forum) (Nitrogen)