GUI
From Ogre Wiki
GUI - Graphical User Interface. It contains display and/or input elements, e.g. buttons or text labels.
You either can use a GUI system with its provided functionality or build your own GUI elements by the use of basic Ogre classes such as Overlay, Billboard, Material, etc.
See also
- Comparison of GUIs - very useful overview
- OpenGUI (seems to be out of date)
- Overlay - a basic element for GUI systems
- Billboard - also interesting for creating a simple GUI
- MyGUI - GUI library
- Hikari - use Flash to create a GUI
- Awesomium - show content using HTML/CSS
GUIs for Mogre
- MogreBetaGUI
- MQuickGUI
- Miyagi
- Hikari - use Hikari with Mogre by a wrapper
- MyGUI (currently there is no Mogre related information in the wiki)

