[osg-users] (no subject)

Kamil Zaripov kamil at zaripov.net
Tue Sep 19 07:26:40 PDT 2017


Hi all,

I’m developing cross-platform application using Qt Quick 2. And I want to integrate OpenSceneGraph view into my application.

It seems that there is there are several libraries that can integrate OpenSceneGraph into Qt Quick application:

https://github.com/podsvirov/osgqtquick - works good under desktop but I don’t know how to to make Android build (https://github.com/podsvirov/osgqtquick/issues/18). Active project.
https://bitbucket.org/leon_manukyan/qtquick2osgitem - works good under desktop but there are bugs under Android (https://bitbucket.org/leon_manukyan/qtquick2osgitem/issues/3/android-rendering-problems). Active project?
https://github.com/Sparadon/qquickosg - works good under desktop and some Android devices. In other android devices just doesn’t render scene. Inactive project.
https://github.com/rickyviking/qmlosg - crashes on desktop and android builds. Inactive project.

Now I’m trying to build osgqtquick library (or just code that is responsible to create QQuickItem) for Android. However I would like to know is there any library that surely works under desktop platforms (Windows, Linux, macOS) and mobile (Android and maybe iOS)?

I’ve tested libraries above with OpenSceneGraph 3.4.0 | Qt 5.9.1 | Android SDK 26 | Android NDK 15. Android target API 17.
Host computer: macOS 10.12.6.

Sincerely,
Zaripov Kamil.


More information about the osg-users mailing list