<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<br class=""><br class="">I’m developing cross-platform application using Qt Quick 2. And I want to integrate OpenSceneGraph view into my application.<br class=""><br class="">It seems that there is there are several libraries that can integrate OpenSceneGraph into Qt Quick application:<br class=""><br class=""><a href="https://github.com/podsvirov/osgqtquick" class="">https://github.com/podsvirov/osgqtquick</a> - works good under desktop but I don’t know how to to make Android build (<a href="https://github.com/podsvirov/osgqtquick/issues/18" class="">https://github.com/podsvirov/osgqtquick/issues/18</a>). Active project.<br class=""><a href="https://bitbucket.org/leon_manukyan/qtquick2osgitem" class="">https://bitbucket.org/leon_manukyan/qtquick2osgitem</a> - works good under desktop but there are bugs under Android (<a href="https://bitbucket.org/leon_manukyan/qtquick2osgitem/issues/3/android-rendering-problems" class="">https://bitbucket.org/leon_manukyan/qtquick2osgitem/issues/3/android-rendering-problems</a>). Active project?<br class=""><a href="https://github.com/Sparadon/qquickosg" class="">https://github.com/Sparadon/qquickosg</a> - works good under desktop and some Android devices. In other android devices just doesn’t render scene. Inactive project.<br class=""><a href="https://github.com/rickyviking/qmlosg" class="">https://github.com/rickyviking/qmlosg</a> - crashes on desktop and android builds. Inactive project.<br class=""><br class="">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)?<br class=""><br class="">I’ve tested libraries above with OpenSceneGraph 3.4.0 | Qt 5.9.1 | Android SDK 26 | Android NDK 15. Android target API 17.<br class="">Host computer: macOS 10.12.6.<br class=""><br class="">Sincerely,<br class="">Zaripov Kamil.</body></html>