Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend crossplatform C++ UI and networking libraries

Things to take into consideration: - easy to use - fast - use underlying OS as much as feasable (like wxWidgets for UI)

Ones I am leaning towards are wxWidgets for UI and Boost for networking - how do they compare to others?

like image 678
Ivan Peevski Avatar asked Dec 04 '22 13:12

Ivan Peevski


1 Answers

I hear good things about qt for GUI

Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code

like image 51
Tom Avatar answered Dec 27 '22 10:12

Tom