Embedded Web browser on an Irrlicht poly - example with src
-
- Posts: 386
- Joined: Sun May 11, 2014 12:13 am
Re: Embedded Web browser on an Irrlicht poly - example with
ubrowser doesn't seem to exist anymore.
Neither do the examples in the original post.
Is this still possible? I can't find llzmod or ubrowser source anywhere.
Neither do the examples in the original post.
Is this still possible? I can't find llzmod or ubrowser source anywhere.
-
- Posts: 386
- Joined: Sun May 11, 2014 12:13 am
Re: Embedded Web browser on an Irrlicht poly - example with
For anyone interested, I was able to display a page using WebView (GitHub: https://github.com/zserge/webview)
and render the HTML page as a texture using this method: https://www.codeproject.com/Articles/66 ... s-an-image
I think that rendering as texture won't work on other platforms than Windows, but WebView seems to be cross-platform (using WebKit and gtk-webkit2) so probably there are ways to do it with those libraries.
and render the HTML page as a texture using this method: https://www.codeproject.com/Articles/66 ... s-an-image
I think that rendering as texture won't work on other platforms than Windows, but WebView seems to be cross-platform (using WebKit and gtk-webkit2) so probably there are ways to do it with those libraries.
Re: Embedded Web browser on an Irrlicht poly - example with
can someone post the code from first post, demo code for last post would be nice too.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: Embedded Web browser on an Irrlicht poly - example with
https://github.com/netpipe/IrrlichtDemo ... ps/htmlgui << this uses websockets to render images to html
Last edited by netpipe on Fri May 29, 2020 10:11 pm, edited 1 time in total.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: Embedded Web browser on an Irrlicht poly - example with
its working with firefox now. i was also considering using librocket to render websites next.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: Embedded Web browser on an Irrlicht poly - example with
the websockets demo got a refreshrate fix today.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%