CEGUIFrom LibzterCEGUI
Crazy Eddies GUI (CEGUI) is a library with window widgets that can be used on platforms and in frameworks with no, or limited, native GUI support.
[edit] Features
[edit] API and PlatformsThere are several possibilites to include into different plattforms and projects, including
And under the following rendering frameworks [edit] Code SampleSample XML layout file [source language="xml"] <?xml version="1.0" ?> <GUILayout> <Window Type="DefaultWindow" Name="root">
<Window Type="TaharezLook/FrameWindow" Name="GuiDEMO/MainFrame">
<Property Name="UnifiedPosition" Value="{{0.0,0},{0.0,0}}" />
<Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}" />
<Property Name="Text" Value="Hello World" />
</Window>
</Window>
</GUILayout> [/source] [edit] LinksUser comments on this article (CEGUI) |
||