Comment on Ask HN: Fastest cross-platform GUI stack/strategyparentComments−fuzztester2yI've not tried wxWidgets (C++), but I've written a few small GUI apps in wxPython. It is good. Only built them on Windows, though.Qt is to PyQt and PySide as wxWidgets is to wxPython, roughly.Check FLTK (Fast Light Tool Kit) too (C++).
Comments
I've not tried wxWidgets (C++), but I've written a few small GUI apps in wxPython. It is good. Only built them on Windows, though.
Qt is to PyQt and PySide as wxWidgets is to wxPython, roughly.
Check FLTK (Fast Light Tool Kit) too (C++).