Ask HN: What framework for a cross-platform menu-bar app?
Guys I want to create a menu-bar app, what framework does one use nowadays? It's pretty simple so I want it to run under Linux, Mac, and Windows. Any recommendations? I'm not a good coder of c++, something high-level would fit better, so I think QT is out of my scope right now...
6 comments
[ 2.7 ms ] story [ 25.8 ms ] threadBuilding a simple menu bar app for the Mac in Swift can be accomplished in a weekend (if you have no prior experience). If you need help with that, email me and I can give you a few tips.
If your app does more complicated things, you might want to write some shared framework in C++ that does the heavy lifting, but even then the UI should be written using native libraries.