Embedded Web browser on an Irrlicht poly - example with src

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
makripin
Posts: 3
Joined: Sun Jan 06, 2008 4:06 pm
Location: Third world

Post by makripin »

I see this is licensed under the LGPL. Can this be used in closed source projects? Would I have to recompile it as an external DLL to do so?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, LGPL requires you to compile a separate run-time linked library in order to avoid LGPL infection of your code.
LunaRebirth
Posts: 386
Joined: Sun May 11, 2014 12:13 am

Re: Embedded Web browser on an Irrlicht poly - example with

Post by LunaRebirth »

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.
LunaRebirth
Posts: 386
Joined: Sun May 11, 2014 12:13 am

Re: Embedded Web browser on an Irrlicht poly - example with

Post by LunaRebirth »

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.
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Embedded Web browser on an Irrlicht poly - example with

Post by netpipe »

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%
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Embedded Web browser on an Irrlicht poly - example with

Post by netpipe »

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%
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Embedded Web browser on an Irrlicht poly - example with

Post by netpipe »

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%
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Embedded Web browser on an Irrlicht poly - example with

Post by netpipe »

the websockets demo got a refreshrate fix today.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Post Reply