Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
blackshadev @ blackshadev @programming.dev Posts 0Comments 1Joined 2 yr. ago
blackshadev @ blackshadev @programming.dev
Posts
0
Comments
1
Joined
2 yr. ago
You mean like qt/qml? Due mind that even with those ui toolkits you will need to ship 'some' library. In case of QT it is not minimal at all. GTK can be more minimal but it still is significant.
Also there is tauri. Which doesn't ship a browser, but uses the platform native we view and is compiled while still having an amazing dev experience.