With the current state of web browsers I am looking to bring webkit out of safari.
My vision is to build a webkit browser with actual support for modern features.
I know that there are technologies like playright, and virtual machine emulation but I want to build a native web browser using webkit?
All of the resources/questions and answers on stackoverflow I have seen are 10 years or older. I want some resources that are updated by 2023 standards, something that is easy to follow for a noob.
Windows 10 and above support is very important since many computers use windows.
I don't have access to a mac computer, windows and linux only. How can I get started for someone who is a complete noob at this?
There are very few resources availble to see how someone goes about doing this? Ideally I would like to use a high level cross platform language maybe C#, Java, Python. Something that would handle memory management by itself. I will take what I can get though. Where can I learn more about this? See an example?
End goal is to use webkit to render pages in my own window which contains modern features windows etc.
How do we add features on top of webkit e.g. tabbed browsing, GUI (refresh, back, stop buttons). Listen to keyboard events. Make the browser more performant.
If someone can help me with this happy to turn this idea into something more? Love the way ARC Browser is doing things so maybe we could take a similar appoach.
Need help and resources on how to build webkit on windows, linux, add features like tab browsing etc