vlang / vox-browser

Upcoming browser written from scratch in V UI
GNU General Public License v3.0
245 stars 8 forks source link

Wry – a web view library by Tauri #8

Open muuvmuuv opened 2 years ago

muuvmuuv commented 2 years ago

Would also be a nice to consider, it's written in Rust.

https://github.com/tauri-apps/wry

JalonSolov commented 2 years ago

That could wind up being a lot of dependencies. And we would have to set up a system to build it all from source, generate all the variations of shared/static libraries we might need (since they don't - they only supply source), and figure out a way to distribute the correct one(s) for each system.

Oh, and write a V wrapper for all of it.

alula commented 2 years ago

It's not a browser engine but a wrapper for system provided ones - trivially doable in V

JalonSolov commented 2 years ago

If you can convert the rust code to V, please do. :-)

muuvmuuv commented 2 years ago

@alula yes, right, read to many things at once today and mixed it with something else I was looking at. Could be a good starting point to look at.