Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
Mreeman @ Mreeman @programming.dev Posts 0Comments 1Joined 2 yr. ago
Mreeman @ Mreeman @programming.dev
Posts
0
Comments
1
Joined
2 yr. ago
Check out kotlin compose multiplatform. Takes the Android declarative jetpack compose UI framework and makes it run cross platform. You get most of the modern UX conveniences from Android, can reuse libraries etc. Works with either JVM or compiling to native code too.