Q
Q
Quber2013-11-17 14:03:29
Google
Quber, 2013-11-17 14:03:29

How do browsers - clones of Google Chrome? Such as Yandex browser, Amigo (from mail.ru), Opera, etc.?

It is clear that they use the webkit engine. But it's just the engine. Why is the interface similar for everyone, such as browsing history, settings, console, etc. What language are they written in and can this be implemented in C #? Or C++ current? What libraries can be used to create something like this? Ala awesomium? Thank you in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2013-11-17
@Quber

They use Chromium. there is open, and the interface and the engine.
If you only need the engine then you can use Webkit.net . And if the interface + dvig. then you can't do without C++.

N
Nikolai Turnaviotov, 2013-11-18
@foxmuldercp

in C#, you can use the IE engine, ready-made controls are offered.
You can, in principle, as mentioned above, tinker and make your own webkit-based browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question