Jey
Jey

Reputation: 1511

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

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#.

Upvotes: 3

Views: 11212

Answers (2)

Yahia
Yahia

Reputation: 70379

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 :-)

Upvotes: 1

Geoff Appleford
Geoff Appleford

Reputation: 18832

Have you looked at Webkit.Net

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

Upvotes: 5

Related Questions