S
S
S0meb0dy N0b0dy2014-05-24 17:19:04
linux
S0meb0dy N0b0dy, 2014-05-24 17:19:04

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

3 answer(s)
E
EXL, 2014-05-24
@galexcode

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.

K
KOLANICH, 2014-05-24
@KOLANICH

QT or wxWidgets, there are no simple, lightweight and platform-independent ones.

J
jcmvbkbc, 2014-05-24
@jcmvbkbc

a platform-independent program for Windows and Linux without installing complex huge libraries with a bunch of dependencies

why do you think this is possible?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question