Desktop app development

Another year, another order for a desktop app.

What technology in this time around? Last time I used java FX but ain't no way I'm going back to that shit.

Needs to work on Windows and GNU. Electron feels like an overkill. What do?

Attached: desktop-app-development.png (758x612, 18K)

Other urls found in this thread:

openframeworks.cc
twitter.com/NSFWRedditVideo

ncurses

Qt and/or qml

>inb4 some faggot comes along with his electron shitpile

this one needs to have gui :/

will look into it, thanks

hope it doesn't get to that, people will be using it on low-end machines, don't want the extra burden

>desktop app
>electron
ha fag just use whatever framework with C++ or PYTHON what kind of an app is it anyway??

Mostly you drop files onto it and it shows you text. To be used by accountants.

what is

> whatever framework

openframeworks.cc
> whatever framework
thats look nice 5 sec to find it

Qt is good enough, but you'll need to install the framework on Windows.
If the UI is not mission critical and just needs to call routines and stuff, you can unironically make a quick one in Python.