What about GUI in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What about GUI in C++?

Can someone share or recommend good resources (web sites, pdfs,youtube vids,etc) to learn GUI for C++?

30th May 2018, 6:46 PM
Mid Night
Mid Night - avatar
2 Answers
+ 3
Qt is a good one as it is "all inside" SMFL is a lighter one that stills offer some good things OpenGL is really good for 3D but is hard to learn UnrealEngine is even more "all inside" than Qt And my favorite one, even if it is far from being the best but ... I don't care I like it :p : https://github.com/Klevh/SANDAL2
3rd Jun 2018, 7:51 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
i also recommend qt, it‘s easy to use, portable, has its own ide, many other utility classes, build in networking and much more
30th May 2018, 7:03 PM
Max
Max - avatar