- cross-posted to:
- programming@programming.dev
- cross-posted to:
- programming@programming.dev
You must log in or # 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
Thanks! I’ll be checking this out later
Sounds good. Does it rely on an installed browser for rendering or…
Nevermind, I’m reading it myself. I’m just so lazy …
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)