Gui library

Started by
13 comments, last by Kylotan 16 years, 1 month ago
can anyone suggest some cross platform GUI library that can be integrated with ogre or other game engine.The gui must support transparency,pop-up,classy features.
Advertisement
cegui?

http://cegui.org.uk
apart from cegui any other gui library.....
CEGUI is the only *free* one that I know of that has those fancy features...
comparing the following library:
cegui
wxwidget
fltk
gtk+
ultimate++

which one is best in terms of memory usage,fetures and coding.
Why don't you try them and see which one you like the most?
There's no "correct" answer, they are all good at something.
Check out my devlog.
hhmmm, i guess a distinction needs to be made, x-platform GUI lib for in-game (CEGUI), and x-platform windowing/GUI lib for platform windows (wxwidget) are quite different in their application usually, so which were you looking for?
==============================
A Developers Blog | Dark Rock Studios - My Site
Basically i am looking for a cross platform GUI which works in windows and MAC.
The gui features like memory requirement etc should be good.
Basically i am looking for a cross platform GUI which works in windows and MAC.
The gui features like memory requirement etc should be good.
i want to use cross platform gui using in windows and MAC.
which is better CEgui or wxwidget in terms of memory and supported features.

[Edited by - vicer on March 4, 2008 2:35:27 AM]

This topic is closed to new replies.

Advertisement