blaze@programming.dev to Rust@programming.devEnglish · 7 months agoTauri 2.0 has just been releasedv2.tauri.appexternal-linkmessage-square4fedilinkarrow-up151arrow-down10cross-posted to: [email protected]
arrow-up151arrow-down1external-linkTauri 2.0 has just been releasedv2.tauri.appblaze@programming.dev to Rust@programming.devEnglish · 7 months agomessage-square4fedilinkcross-posted to: [email protected]
minus-squareSavvyWolf@pawb.sociallinkfedilinkEnglisharrow-up36·7 months agoFor 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
minus-squareprzmk@sh.itjust.workslinkfedilinkarrow-up10·7 months agoIt 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)
minus-squareRamblingPanda@lemmynsfw.comlinkfedilinkarrow-up7·7 months agoSounds good. Does it rely on an installed browser for rendering or… Nevermind, I’m reading it myself. I’m just so lazy …
minus-squareTelorand@reddthat.comlinkfedilinkarrow-up5·7 months agoThanks! I’ll be checking this out later
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
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)
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