Ask HN: What's the best library for making cross-platform UIs?
21–30 of 230 posts
Re: Ask HN: What's the best library for making cross-platform UIs?
#22Re: Ask HN: What's the best library for making cross-platform UIs?
#23A web app is one of the most cross platform ways to go, is the easiest to deliver, and can be easy-ish to learn, but isn't the easiest. But, you are stuck with JavaScript. If a web app won't work for you, why not? Knowing that will allow people to help you more.
Qt is great, especially if you're using C++ or some other language. It's pleasant and very powerful, but a lot to learn, and deployment to users is harder than a web app.
What are your constraints & requirements?
Re: Ask HN: What's the best library for making cross-platform UIs?
#24http://cranksoftware.com/storyboard-suite
Also someone else mentioned Phonegap and using HTML/JS. I think is a good option but it depends on what your app does and if you're doing mobile app design.
I have not used QT yet, but after doing some research, it's kind of a pick your poison type of choice, IMO.
Re: Ask HN: What's the best library for making cross-platform UIs?
#25Qt obviously, but beware of licencing
Re: Ask HN: What's the best library for making cross-platform UIs?
#26I see nobody mentioned Juce. It is pretty neat if you like C++
Re: Ask HN: What's the best library for making cross-platform UIs?
#27Electron - Build Cross-Platform Desktop Apps With HTML, JS, CSS
Re: Ask HN: What's the best library for making cross-platform UIs?
#28Re: Ask HN: What's the best library for making cross-platform UIs?
#29Just getting started on Electron myself. Used by Atom, Slack, Visual Studio... It's worth a look ;) Electron - Build Cross-Platform Desktop Apps With HTML, JS, CSS http://electron.atom.io/