vote up 0 vote down star

I'd like to embed a browsing engine (HTML,JS,CSS,DOM) in my desktop applications. Which one is most suitable for me if I want to use it in a cross-platform desktop application?

Should I stick to one specific or write my own abstraction layer on top of the natives ones?

flag

67% accept rate
Removed embedded tag used for embedded/real time related questions – Ilya Nov 26 '08 at 22:20

3 Answers

vote up 0 vote down

Should I ... write my own abstraction layer on top of the natives ones?

Having struggled with this exact issue, I think this is the only safe option at the moment. Something like Webkit on *nix, and Internet Explorer on Windows.

link|flag
vote up 1 vote down

WebKit is very lightweight and runs on all platforms. You will have to look at Google Chrome to see how to embed it into a Windows application. I believe it's native to GTK. There are also bindings for wxWidgets / wxPython.

link|flag
vote up 0 vote down

Qt is highly optimised, cross-platform yet native-looking, usable from C++, Java and Python, and includes WebKit.

link|flag
Used QT for different purposes, but can confirm quality and good support, they are nokia now hope it's still good as it was. – Ilya Nov 26 '08 at 22:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.