Laura Sun Posted on Jul 14, 2020 How do I create a desktop app in 2020? #explainlikeimfive Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Pacharapol Withayasakpunt Pacharapol Withayasakpunt Pacharapol Withayasakpunt Follow Currently interested in TypeScript, Vue, Kotlin and Python. Looking forward to learning DevOps, though. Location Thailand Education Yes Joined Oct 30, 2019 • Jul 17 '20 • Edited on Jul 17 • Edited Dropdown menu Copy link Hide 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 Expand madhead madhead madhead Follow INTJ wannabe polyglot programmer Location Kraków, Poland Work Software Engineer Joined Jun 5, 2020 • Jul 18 '20 Dropdown menu Copy link Hide Flutter aims seriously on desktop: dev.to/sakshatshinde/flutter-for-l..., flutter.dev/desktop Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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.
Flutter aims seriously on desktop: dev.to/sakshatshinde/flutter-for-l..., flutter.dev/desktop