Answer the question
In order to leave comments, you need to log in
Implementing gui on Windows/Linux without installing complex libraries
I need to write a GUI platform-independent program for Windows and Linux without installing complex huge libraries with a bunch of dependencies, what can you advise?
Thanks in advance
Answer the question
In order to leave comments, you need to log in
There is a very light FLTK, but it looks, to put it mildly, awful.
I advise you to be guided by this comparison of cross-platform graphical toolkits / frameworks, which was compiled by the LXDE developers when switching from GTK + to Qt.
Personally, my choice is Qt 4.XX Using a static build and the upx utility, it is possible to get a stand-alone application in one EXE file that does not depend on various dll's.
QT or wxWidgets, there are no simple, lightweight and platform-independent ones.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question