Crazy Eddies GUI System

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

This page is far from complete, go ahead and write some more!
You can extend this page by editing it.

Crazy Eddie's GUI System is a free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severly lacking. The library is object oriented, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems!

Note: Paul "CrazyEddie" Turner, the creator and developer of CE GUI, has decided to leave the project as of 30. March 2005. The administration of the project has been handed over to James "_mental_" O'Sullivan from the OGRE open source rendering engine. The project is still being actively developed and maintained, being the last stable version (at the time of writing) 0.4.1 released on 26 November, 2005.

For an indepth tutorial about CEGUI, the following tutorials can be found on the wiki:

Tutorials and Source Code

Related Weblinks