Hacker News new | ask | show | jobs
by zija 896 days ago
They are working on servo implementation, but it's long time to go.

Tauri has problem on Linux, webkit2gtk has lower performance etc. I know I have problems with three.js, others with svg

Additionaly communication speed between backend and frontend is bottleneck (serialisation to string) and you must use custom protocols to effectively communicate/send large data, zero copy binary protocol isn't possible at the moment

1 comments

I've been looking into Tauri and I'm curious if you could expand on the known problems with three.js and svg? Thanks.