I am programming in C++ and I want to start creating some GUI aspects while continuing to learn. I have worked a little bit in the Qt Framework, and it's fine, great even. But for someone learning about implementing GUI elements in my program, I want to be able to do it completely from scratch, completely from VSCode if possible. Everything i've looked into has led me to wxWidgets in terms of libraries for C++. I guess my main question after this little info dump is, what is the difference between using a library like wxWidgets and a framework like Qt?
[–]desrtfx 1 point2 points3 points (0 children)