I have a few questions about Qt.
I already know that Qt and OpenGL can be used together. At the moment we are using GLUT at my university (for window and input management). I saw that Qt is able to do the same thing. Are there any disadvantages of using Qt instead of GLUT? (performance wise)
I also know that Qt can be used to build a ingame GUI. I even saw this 3d GUI example WolfenQt. So it is possible. But does it make sense to use Qt for an ingame GUI if you care about perfomance?
Qt, like any other tool can be misused. But just because you use Qt this does not mean, OpenGL performance will suffer. OpenGL doesn't care about what and how its context and the drawable it's bound to are created. The biggest impact Qt has is, how it manages and delivers events; the signal/slots mechanism.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With