logoalt Hacker News

delducatoday at 12:55 PM4 repliesview on HN

Best framework for this is Qt.


Replies

hliyantoday at 1:53 PM

I've recently discovered FLTK: https://www.fltk.org/doc-1.4/intro.html

Haven't used Qt in a while, but at first glance, seems simpler: https://github.com/fltk/fltk/blob/master/examples/menubar-ad...

show 2 replies
jordandtoday at 1:21 PM

Yeah for my work, legacy Win32/WinForms/WPF codebases tools are kept maintained as-is, but new tools are usually written in PySide6 (QtWidgets or QtQuick) and it's worked out really well (other than bundling/distribution being tricky for big apps)

madducitoday at 12:56 PM

MFC is rock solid too

show 1 reply
anthktoday at 1:44 PM

And Lazarus/FPC.