cross-posted from: https://lemmy.zip/post/53293816
Just wondering what’s out there other than LibAdwaita/LibAdapta and Kirigami for creating GUIs which would work on small screens too.
You must log in or register to comment.
👀 had no idea Qt6 had a mobile kit, I’ll be taking a look at this thank you for sharing.
I have been using Kivy and like it a lot for simple stuff. Its cross platform Python GUI.
Kivymd more interesting :)
- ubuntu touch UI framework / suru: qt 5 based, so slightly outdated underpinnings, but still actively maintained https://docs.ubports.com/en/latest/humanguide/index.html
- flutter: developed by google as a cross platform framework, tied to the dart programming language. https://flutter.dev/
- Canonical has created custom widgets for flutter, if you don’t like material design: https://pub.dev/packages?q=ubuntu
- uno.platform: C# framework for cross platform apps. https://platform.uno/
there is also the cross platform one by jetbrains - i always forget the name
Compose multiplatform https://www.jetbrains.com/compose-multiplatform/





