Hi all, Reading through the source code of osgQt, I realized that it should be possible to compile OSG using Qt as the primary GUI toolkit and run all the examples using Qt without modifying them.
In reality, this doesn't actually work. However, I started on patching up osgQt to be able to do this. My patches live in the "WindowSystemQt" branch of my github clone: https://github.com/kintel/osg/tree/WindowSystemQt Note that you need to manually link with the osgQt library for the window system interface to be registered. This could perhaps be dealt with in a smarter way, making osgViewer link with osgQt in this case. Again, this is far from perfect, and probably buggy as hell, but it's a beginning improvement over how it works today. Whenever it's more stable, it could be merged into the OSG trunk. Cheers, -Marius PS. I wish github pull requests could be accepted as patch submissions. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

