this post was submitted on 15 Aug 2022
10 points (100.0% liked)
Lemmy
12538 readers
5 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah but why would I create a GUI if there is already one? Te whole purpose of Tauri to replace Electron in a more efficient way without the need to create a desktop app which is different from the web app. The only thing I should do would be to port Lemmy Web to Tauri or am I missing something?
Tauri just looks like it uses your OS's web renderer. So even if its not using electron ( a giant chrome wrapper), its still a web renderer wrapper so not really native. Someone could package lemmy-ui in some wrapper and and make it a faux-desktop app I spose.
The whole point of Tauri seems to be that you get the benefits of writing the front end in rust, whereas lemmy-ui is already written in typescript, so you wouldn't be able to use it.
There'd be no point in porting it either, because at that point, you might as well just write a native rust app that doesn't use a web renderer, like iced.