Integrating OpenSceneGraph with Qt

coder9 picture coder9 · Jan 8, 2012 · Viewed 8.7k times · Source

I have fiddled around with OpenGL on Qt. But now I want to have complex scenes. (With multiple COLLADA/MD2 models loaded).

For this I'm thinking of using OpenSceneGraph (OSG). Is it possible to integrate OSG with Qt? If so how to?

Thanks.

Answer

Mathieu Marache picture Mathieu Marache · Jan 20, 2012

OpenSceneGraph has an osgQt library that makes it easy to integrate OpenSceneGraph within Qt. Head up to the the samples and specifically the osgviewerQt one!