DEV Community

Discussion on: [HELP] Desktop Application Technology

Collapse
 
niorad profile image
Antonio Radovcic

Users don't care if an app is Electron-based, so if it seems to do what you like, go for it.

Some alternatives to consider:

React-Native (OSX-Only)
github.com/ptmt/react-native-macos

I bet you need something cross-platform, so..

Qt is a very mature and native UI-Framework. There are bindings for lots of languages. Lots of folks seem to like developing Qt with Python.
qt.io/

WxWidgets is a similar thing, also native.
wxwidgets.org/

I'd do a hello-world-app in each of those and see, what feels best.