[osg-users] osgQt + OSG 3.6.2 Status

Robert Osfield robert.osfield at gmail.com
Thu Jul 26 23:20:07 PDT 2018


On Thu, 26 Jul 2018 at 22:34, Stuart Mentzer <osgforum at tevs.eu> wrote:
>
> Hi Andrew,
>
> I had no luck despite trying many variations. I had to put this work aside for a while with the plan to circle back and check for osgQt updates now and then. But if someone adds some ideas here I'll try them.
>
> <whisper>
> To be honest I'm experimenting with Qt3D (feels a little dirty ;-). I know I won't get OSG performance out of it but the reduced Qt integration, Qt5, multithreading, and packaging hassles might make this a viable alternative soon. Qt3D has its own headaches, of course, and is still fairly immature. Maybe I can join a support group for OSG users with a wandering eye.
> </whisper>

I have no Qt expertise so can't help with the specifics, but the fact
that you are consider Qt3D because Qt is breaking integration with 3rd
party OpenGL tools is a major red flag.

All the OSG needs is for a Windowing API is for the makeCurrent() to
work then for it to no interfere with with OpenGL state in some
uncontrolled way.  My guess Qt could be doing something with OpenGL
state.

Personally I think Qt is broken in a number of ways.  It's really time
that the computer industry had a C++11 based cross platform Windowing
API so we can all dump Qt,

Robert.


More information about the osg-users mailing list