I want to create a simple browser but want to use visual studio for making development process easy as I am more comfortable with it.
I tried to find a stable webkit browser layout engine library for NET, but the other projects are either not stable or very old (I wanted to use .NET 4.0).
Some of them are Webkit.net, Webkit2.net
I would like to avoid gecko as it still has not full support for html5, untill and unless it comes out to be best option.
Suggest some options to implement.
I am ready to migrate to other languages if better in this context. for example I have seen QT having some webkit browser application.
So my questions are:
- Which language to prefer (suggest IDE or compiler as well)
- Which layout engine should be used
- Which library or framework should be used for graphical interface
- if platform dependency is considered what are options for windows, Linux or mac.