DEV Community

Laura Sun
Laura Sun

Posted on

How do I create a desktop app in 2020?

Top comments (2)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

If you need web technologies (esp. frontend JavaScript and CSS), Electron is probably the most mature framework, regardless of the backend programming language.

If you need performance or RAM preservation, honestly, try something else. Personally, I like the idea of Qt QML and Kivy, as they clearly separate UI layer and heavier backend layer. Both can be done in Python.

Collapse
 
madhead profile image
madhead

Flutter aims seriously on desktop: dev.to/sakshatshinde/flutter-for-l..., flutter.dev/desktop