Hacker News new | ask | show | jobs
Ask HN: Platform for building cross-platform GUI apps?
3 points by brettlangdon 3458 days ago
I am interested in building more desktop applications and I am a huge fan of writing cross-platform applications.

I have personally played around with Electron and Kivy, and most recently have started looking at Vala, but other than that I haven't really fully committed to learn any particular platform.

Does anyone have a platform they particularly like in this space (or maybe one they suggest staying away from)?

2 comments

I particularly use Electron, because of the ubiquity of Javascript and the fact that you're essentially just building a web app that looks the same on every platform.
Electron's the obvious choice.