how to build a web browser with webkit browser engine for windows

10,263

Solution 1

Have you looked at Webkit.Net

I haven't used it but it looks like it might be useful.

Solution 2

checkout http://awesomium.com/ - it is based on Chrome/WebKit and works like a charm.

There is a free license available but also a commercial one and if need be you can buy the source code :-)

Share:
10,263
Jeyanth Kumar
Author by

Jeyanth Kumar

Updated on June 05, 2022

Comments

  • Jeyanth Kumar
    Jeyanth Kumar almost 2 years

    Is it possible to build a browser for windows 7 with webkit browser engine? Chrome and safari uses webkit on different platforms. but i just want to build an application that has webkit browser in it.

    Note: For development i use Visual Studio 2010. Preferred language is C#.