Ask HN: What's the best library for making cross-platform UIs?
11–20 of 230 posts
Re: Ask HN: What's the best library for making cross-platform UIs?
#12Depending on the type of UI, you could also give Kivy a try. https://kivy.org/ It's python based, and really easy to get going. It does have it's quirks, but overall I found it a joy to use.
Re: Ask HN: What's the best library for making cross-platform UIs?
#13Re: Ask HN: What's the best library for making cross-platform UIs?
#14Qt has a truly pleasant API and bindings in many languages. If you haven't used it before - and I know you haven't, otherwise you wouldn't be asking :) - give it a try. There's very little that's more cross-platform.
However there's a bit of a UI rendering overhead, although I understand they made it faster with Qt 5.7. And OpenGL integration is more complicated than doing it natively since you have to understand Qt's UI scene graph system and the way Qt is threading things.
But overall it's been a good choice so far.
Re: Ask HN: What's the best library for making cross-platform UIs?
#15There is also swing and javafx if you want to use jvm.
Re: Ask HN: What's the best library for making cross-platform UIs?
#16React (Native). You can build an iOS and android app with the same codebase. Even windows phone and ubuntu are starting to support it. Then when you want to use the web, your whole data layer can carry over to reactjs. It's a really nice way of doing things. There's even react native for Mac OS that someone has started.
Re: Ask HN: What's the best library for making cross-platform UIs?
#17Re: Ask HN: What's the best library for making cross-platform UIs?
#18QT!
Re: Ask HN: What's the best library for making cross-platform UIs?
#19- https://crosswalk-project.org/
- https://www.nativescript.org/
- https://facebook.github.io/react-native/
#
Re: Ask HN: What's the best library for making cross-platform UIs?
#20Qt obviously, but beware of licencing