Comment by jemmyw

Comment by jemmyw 10 months ago

2 replies

WebKitGTK has some really bad performance issues. I've written an app using Tauri and it works very well on Mac and Windows, and it does nothing particularly intensive. On Linux the performance is awful. The Tauri devs acknowledge this and seem to have plans to move off it, but moving to another solution (basically packaging chrome like electron does) is obviously a lot of work.

v3ss0n 10 months ago

I used WebKit in both gtk and qt . QT team did good job by building qtwebengine that update regularly outside of toolkit release process.