this post was submitted on 02 Oct 2024
52 points (100.0% liked)

Rust

7206 readers
12 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] savvywolf@pawb.social 38 points 10 months ago (4 children)

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

[โ€“] przmk@sh.itjust.works 12 points 10 months ago

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)

load more comments (3 replies)