+ 1
What about GUI in C++?
Can someone share or recommend good resources (web sites, pdfs,youtube vids,etc) to learn GUI for C++?
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
+ 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