- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or register to comment.
For anyone who hasn’t seen it before, Tauri is basically Electron, but it doesn’t ship a full chromium browser with each application.
Basically, I hope it replaces all Electron apps. :P
Sounds good. Does it rely on an installed browser for rendering or…
Nevermind, I’m reading it myself. I’m just so lazy …
Thanks! I’ll be checking this out later
It also means that the rendering will potentially be different on each platform given they all use different native webviews (and there’s no “native” webview on Linux but WebKit-gtk is the most widely used one)