OgreWebKit
http://sourceforge.net/projects/wke/fil ... z/download
Ogre WebKit
-
BlzFans
- Gnoblar
- Posts: 1
- Joined: Fri Jan 18, 2013 10:54 am
- x 1
Ogre WebKit
You do not have the required permissions to view the files attached to this post.
-
nullChar
- Gnoblar
- Posts: 14
- Joined: Sun Sep 09, 2012 4:20 am
- x 3
Re: Ogre WebKit
Care to explain?
-
petersvp
- Gnoblar
- Posts: 22
- Joined: Fri Mar 08, 2013 12:50 pm
- Location: Bulgaria
Re: Ogre WebKit
Do he need to explain? This demo is impressive! I will use this in my project!nullChar wrote:Care to explain?
However, it does NOT support custom fonts / CSS3 fonts.
-
bartekordek
- Gnoblar
- Posts: 3
- Joined: Sun Oct 25, 2015 7:47 pm
Re: Ogre WebKit
Hi, I have a problem with this example:
could You tell me what is wrong? I am using ogre 1.9.0 where i must initialize OgreOverlay by myself, I do it with:
Everything works with .exe file which was inside this zip.
Code: Select all
Cannot locate factory for element type Panel OverlayManager::createOverlayElement"Code: Select all
mRoot = OGRE_NEW Ogre::Root(mPluginsCfg);
Ogre::OverlayManager *om = OGRE_NEW Ogre::OverlayManager();
//mSceneMgr->addRenderQueueListener( om );
mWebPanelFactory = OGRE_NEW WebPanelOverlayElementFactory();
Ogre::OverlayManager::getSingleton().addOverlayElementFactory(mWebPanelFactory);