Page 2 of 2

Posted: Sun Jan 06, 2008 6:41 pm
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?

Posted: Sun Jan 06, 2008 7:53 pm
by hybrid
Yes, LGPL requires you to compile a separate run-time linked library in order to avoid LGPL infection of your code.

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

Posted: Thu Oct 10, 2019 7:44 pm
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.

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

Posted: Thu Oct 17, 2019 3:00 pm
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.

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

Posted: Sun Oct 20, 2019 1:03 pm
by netpipe
can someone post the code from first post, demo code for last post would be nice too.

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

Posted: Mon Nov 04, 2019 12:22 pm
by netpipe
https://github.com/netpipe/IrrlichtDemo ... ps/htmlgui << this uses websockets to render images to html

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

Posted: Fri Nov 29, 2019 11:39 pm
by netpipe
its working with firefox now. i was also considering using librocket to render websites next.

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

Posted: Mon Dec 02, 2019 12:53 pm
by netpipe
the websockets demo got a refreshrate fix today.