I'm Working on a small project and i need to work with OpenGL + QT

I'm Newbie in both of them. So i need a good tutorial that illustrates how to work with them each other not individually

is it better to work OpenGL on QT Creator or use QT Visual Studio Plug-in?

link|improve this question

25% accept rate
feedback

2 Answers

up vote 5 down vote accepted

You'll be using QGLWidget a lot! Here you go:

http://doc.qt.nokia.com/4.7/examples-opengl.html

Of all those, maybe this is the best one to start: Hello GL Example.

I'd suggest using Qt Creator. It works out of the box on Windows and the syntax highlighting and autocomplete are comparable to Visual Studio.

link|improve this answer
feedback

There're some examples of how to use Open GL with QT in the SDK. You can open these examples in QT Creator if you want. To answer the second question, I find QT Creator much faster and more pleasant to use than Visual Studio but YMMV.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.