Horde3D
http://horde3d.org/forums/

GUI?
http://horde3d.org/forums/viewtopic.php?f=1&t=199
Page 1 of 1

Author:  master123467 [ 06.12.2007, 13:52 ]
Post subject:  GUI?

hello im new to Horde3D and i would just like to know if there is a GUI to Horde3D like CEGUI

Author:  marciano [ 07.12.2007, 20:57 ]
Post subject: 

Hi, Horde supports overlays which can be used to render UI widgets but unfortunately there is no special GUI library at the moment which makes use of them.

Author:  DarkAngel [ 10.12.2007, 06:47 ]
Post subject: 

It should be possible to integrate another GUI framework like CEGUI or GLUI with horde, I haven't tried this yet though.

Author:  stalkerg [ 14.06.2008, 22:00 ]
Post subject:  Re: GUI?

Guichan realy nice! :) and support unicode now.

Author:  kal [ 18.06.2008, 06:40 ]
Post subject:  Re: GUI?

guichan has a strange license :|
I liked GLUI so striped the glut part, added back some draw functions. but I was lazy so some widgets still have dummy draw functions :(

Author:  phoenix64 [ 18.06.2008, 19:27 ]
Post subject:  Re: GUI?

I did not get CEGUI to work, even if some say they could use it without problems, and the other libraries didn't really look interesting enough, so we just started writing our own gui library. Well, I mostly try it just to be ably to say I wrote my own library, and to have something simple :)
(http://img246.imageshack.us/img246/2212/hordeguiso3.png)

Guichan's licence is a normal 3-clause BSD?

Author:  swiftcoder [ 19.06.2008, 11:49 ]
Post subject:  Re: GUI?

phoenix64 wrote:
I did not get CEGUI to work, even if some say they could use it without problems, and the other libraries didn't really look interesting enough, so we just started writing our own gui library.

CEGUI is a snap to integrate, but an absolute pain to use in general, so you are probably just as well avoiding it. Of the others mentioned, libUFO is the only other that truly catches my attention, being completely styleable with CSS. Yours is looking good so far!

Author:  Volker [ 19.06.2008, 12:17 ]
Post subject:  Re: GUI?

I wonder if it would be possible to use the new Qt 4.4's QGraphicsWidget together with a QGLWidget as viewport for the QGraphicsView. That would allow the use of the complete Qt Framework together with Horde3D. But I haven't tested that myself so there might be unpredictable problems.

[edit] I just had a quick test, if it would be possible to realize Qt Widgets over Horde3D. Unfortunately it's not working.

Author:  swiftcoder [ 14.07.2008, 13:01 ]
Post subject:  Re: GUI?

Volker wrote:
I just had a quick test, if it would be possible to realize Qt Widgets over Horde3D. Unfortunately it's not working.
It is possible to draw native GUI over an OpenGL view on the Mac, but you have to init the OpenGL context with a special parameter to allow this, and there is a significant performance hit in some cases. I don't know if QT's OpenGL context creation exposes this option though.

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/