Gepetto / gepetto-viewer

Graphical Interface for Pinocchio and HPP.
BSD 2-Clause "Simplified" License
41 stars 30 forks source link

Migration from osgQt to osgQOpenGL #146

Open nim65s opened 4 years ago

nim65s commented 4 years ago

Hi,

In recent developments, the osgQt project removed everything related to osgQt (they just kept the name of the project) and switched to the new Qt5 preffered way and use QOpenGL:

https://github.com/openscenegraph/osgQt/pull/22

@jmirabel : could you evaluate the difficulty for us to move to the new interface ? Depending on the required work to make the switch, we can either do it, or I can finish my packaging with an older version of osgQt.

jmirabel commented 4 years ago

It is hard to evaluate the time it takes to migrate.

Following your initial plan, you intend to provide a version of osgQt in robotpkg, that suits the need of gepetto-viewer ? This will not be different even if we switch so I think you should continue what you were doing.

nim65s commented 4 years ago

Yes, I can continue on the initial plan, but we would need to either have some CMake magic that allows to use both osgQt or osgQOpenGL, or to synchronize well for the upgrade.