by wener on 6/16/22, 11:32 AM with 93 comments
by jchw on 6/16/22, 1:07 PM
by krapp on 6/16/22, 4:06 PM
Tauri 1.0 – Electron Alternative Powered by Rust[0]
Sciter – Multiplatform HTML/CSS/JavaScript UI Engine for Applications[1]
by nobleach on 6/16/22, 1:10 PM
On another tangent, I love seeing what music the authors were listening to while coding. Some might argue that it has no place in a README but... it's a nice touch.
by the__alchemist on 6/16/22, 4:08 PM
by badrabbit on 6/16/22, 1:55 PM
by kitd on 6/16/22, 12:53 PM
Cymru am byth!
by throwaway2016a on 6/16/22, 1:05 PM
In a similar vein: I've been experimenting a lot with Flutter and while I don't like Dart that much, the tooling around it (being able to use the IDE and quickly test my apps in different mobile devices and desktop for instance) is really good.
by londons_explore on 6/16/22, 1:38 PM
But most of that is down to the architecture choice (using an HTML renderer) rather than the implementation.
I assume that means Wails has the same disadvantage?
by capableweb on 6/16/22, 12:47 PM
by rvz on 6/16/22, 2:08 PM
The reason why Electron exists is that it is able to directly turn existing web apps or anything using the Chrome APIs into desktop apps and being compatible with the wider Javascript ecosystem as well with little effort other than adapting to the desktop. I don't think that it is possible with this or Tauri unless you want to rewrite the whole thing and not depend on Chromium APIs.
A great alternative would be compatible with these Chromium APIs and allow an easy migration off of Electron but that is not going to happen anytime soon.
Either way, I'd rather see Flutter Desktop as a suitable competitor and a possible alternative to Electron desktop apps rather than these webview-based alternatives.
by iamflimflam1 on 6/16/22, 4:22 PM
is an easy-to-use UI toolkit and app API written in Go. It is designed to build applications that run on desktop and mobile devices with a single codebase.
by SPBS on 6/16/22, 4:11 PM
by password4321 on 6/16/22, 4:54 PM
by _verandaguy on 6/16/22, 2:05 PM
by rschachte on 6/17/22, 1:09 AM