Is there any C++ graphics library/framework that supports GUI together?

Asked 2 years ago, Updated 2 years ago, 76 views

There are many graphics (directX, openGL-based) libraries, but I couldn't see the GUI (buttons, text boxes, etc.) class together.
I looked it up openFrameworks: I think this is the best fit, but I don't have much to learn.ㅠ<
cocos2d-x: It doesn't support GUI, but it's easy to implement with existing features, but it doesn't seem to be used to develop Windows apps.
This is all, but I'd like some advice from those who have experience here.
You don't have to introduce me to the GUI librarybr/> C++ techniques related to GUI? I think it would be useful if you could tell me a little bit of the same thing.

Thank you

c++ gui library

2022-09-22 22:05

2 Answers

What about Qt? http://www.qt.io/


2022-09-22 22:05

I remember the offxGui provided by OpenFrameWorks was good.

OfxGui documentation

If you're using another Edon, I recommend ofxDatGui.

There are examples of offxGui in the basic example folder, so you can refer to it. If you look for the tutorial video, you can find it on YouTube.

But if I were to throw one,

https://www.youtube.com/watch?v=X_is1x8iVtw


2022-09-22 22:05

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.