On 12 April 2015 at 14:52, Jacob Moen <[email protected]> wrote:

> I forgot one thing:
> It looks like Qt and OSG is really good friends (which is great because I
> personally love Qt!)
> osgQt is part of the core, however I would be surprised to learn that
> there isn't at least one integration for wxWidgets "out there". ;)
>

There is the osgviewerWX example that illustrates how to integrate OSG with
wxWidgets.

As a general advice, unless you actually need dialog boxes in your
applicaiton I would recommend that you stay away from the complexities that
Qt, WxWidgets etc. introduce.  If you are writing a pure 3D graphics
application like a simulator or game you are far better off just using the
OSG's native osgViewer's windowing functionality.  osgViewer is fully
threaded, something that cannot be said of Qt etc, where threading is a
messy after thought.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to