Page 1 of 1

Suggestion: CEGUI::HTMLWindow

Posted: Mon Mar 20, 2006 15:15
by Van
It would be nice to have an HTML window where it could display HTML web pages. It would really make the library very robust.

Posted: Wed Apr 12, 2006 00:21
by MikeW
While not exactly what you are after you could embed a third party HTML renderer into an application using CEGUI. Various people are doing cool things with the Gecko rendering engine (from Mozilla.org - used in Firefox), for example http://ubrowser.com/index.php.

Offering native support for HTML rendering supporting all the relevant standards would be a full-time job so maybe for now embedding another HTML renderer would be the best way to go.

Mike.

Posted: Wed Apr 12, 2006 05:32
by Falagard
Embedding Gecko would definitely be the way to go. This UBrowser looks very interesting.

Posted: Sat Apr 22, 2006 21:58
by granx
Excellent idea! I can just imagine all the cool CEGUI events that a HTMLWindow would emit (small steps first ;) ). It's a shame the UBrowser developer even bothered with a GLUI implementation when he could have been here, helping to make CEGUI support HTML. :D

Posted: Mon Apr 16, 2007 23:19
by Van
Anyone had any success in implementing this or something similar? I would really like to hear from you.

Posted: Tue Apr 17, 2007 10:07
by Rackle
Have a look at this Ogre Wiki entry as well as it's related message board thread.

Posted: Tue Apr 17, 2007 23:31
by Van
Thanks Rackle!

However, still in early development - the story of my life.