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?