Which is the Best C++ Library for GUI? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which is the Best C++ Library for GUI?

I used to program exclusively in Java which has GUI library like Java swing built in by default. Now I am moving on to C++, I now have the problem of actually having to hunt down these libraries myself from the internet. I will be using cMake as my complier and will be cross compiling on Linux so the library needs to be cross platform too. which of the GUI would you suggest? My top two consideration as of now are wxWidget and qt5

31st Aug 2017, 9:19 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
1 Answer
+ 1
learn qt5 its crossplatform ( i think wxwidgets aswell ) and its not way too hard. and you have on qt a qt designer which allows you to simply design your gui.
31st Aug 2017, 9:51 PM
Cain Eviatar
Cain Eviatar - avatar