PDA

View Full Version : How to work with OpenGL and QT?



prof1990
27th April 2011, 18:35
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

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

AlexSudnik
27th April 2011, 19:56
There is a distinct section of OpenGL-related examples coming with Qt...Look at the docs for more details.

john_god
28th April 2011, 02:57
You will need QGLWidget read the docs/Qt Assistant about it, the integration of OpenGL in the Qt is very easy.

Cruz
28th April 2011, 13:56
I recommend you take a look at libQGLViewer (http://www.libqglviewer.com/). It's a great little library to work with OpneGL scenes embedded in Qt. Take one of the provided simple examples, compile it, and start drawing your own stuff in OpenGL.