D
D
Danil Gorev2019-09-09 23:58:42
Python
Danil Gorev, 2019-09-09 23:58:42

Where to start developing a browser?

I found quite a few similar questions, but those are very vague and without specifics.
The bottom line is this: I want to make a browser on the Blink engine, with a Kotlin TornadoFX (JavaFX) GUI, or, if it works, then still on PyQT5. The problem is that before I did not have to process HTML pages (except to parse), and even more so their css and js. How can I do that? What tools and frameworks to use? Where can you find material on this topic?
I ask you not to write in advance that this is a huge pile of work and material that I have not seen before. I understand this very well.)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Guest007, 2019-09-10
@ketovv

Well, you write that you want to make a browser on the Blink engine.
Here lies the answer to your question. You raise the dock on Blink and see how to use it. API, examples, etc.
There are browser sources for Blink - see how they did it. In any case, it all starts with an analysis of the available information, documentation, examples.
So your problem is not processing HTML pages (Blink handles this without your participation). Your problem is to google correctly and read a lot of documentation in English and a lot of code in different languages ​​:-)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question