Page 1 of 1

Webview?

Posted: Thu Apr 30, 2015 2:55 am
by GustavoNasc
There is any kind of Webview Projects or a way to implement it?
Thanks ~~

What's the meaning of "Obey"?

Re: Webview?

Posted: Thu Apr 30, 2015 3:10 am
by RBXcpmoderator12345
What do you mean by "webview"?
And 'Obey' is a word that people were asked to put on their avatars in the forum called general.
[small]I haven't gotten to making a avatar yet, though [/small]

Re: Webview?

Posted: Thu Apr 30, 2015 3:19 am
by GustavoNasc
Webview is a graphic component used to show webpages in it, like a extreme basic browser.

Re: Webview?

Posted: Thu Apr 30, 2015 3:45 am
by konacake
I think you mean "layout engine", I've never heard "webview" in my life but it sound like a buzzword. I've browsed though all the recent libraries and I haven't seen one, it sounds a little complicated to make.

Re: Webview?

Posted: Thu Apr 30, 2015 4:10 am
by GustavoNasc
Hmmm...

Webview/Webbrower(in VS)

Image

Re: Webview?

Posted: Thu Apr 30, 2015 4:23 am
by slime
GustavoNasc wrote:There is any kind of Webview Projects or a way to implement it?
I don't believe so. Libraries like Awesomium are extremely heavyweight and don't really fit well with LÖVE.

Re: Webview?

Posted: Thu Apr 30, 2015 8:00 pm
by I~=Spam
Seems like you might want this: https://github.com/Enhex/Urho3D-CEF3 (It is an example of implementing this: https://bitbucket.org/chromiumembedded/cef You will probably need to modify LOVE's source so you can copy the pixels that this draws to a buffer and then draw this to the screen or something like that... :)