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
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.