/osgqtquick

Intergation OpenSceneGraph to Qt Quick

osgQtQuick - OpenSceneGraph QML Modules

Hello from osgQtQuick 2.0!

Intergation OpenSceneGraph to Qt Quick.

Reference Documentation

Please visit documentation pages.

Source Code

Actual development code avaliable in develop branch.

Prebuilt Binaries

DaD's Project

You can find some binaries at DaD's project.

MSYS2 Project

Now it's distributed as package of MSYS2 project. Type in the appropriate shell:

pacman -S mingw-w64-i686-osgQtQuick

or

pacman -S mingw-w64-x86_64-osgQtQuick

Dependencies

  • Qt >= 5.0.0
  • OpenSceneGraph >= 3.3.2

Rendering Limitations

The osgQtQuick is now only supports single-threaded rendering. If your application crash on startup or resize the window, try to set a environment variable "QSG_RENDER_LOOP" to the value of "basic" or "windows".

Related Links

Similar Projects

  • qmlosg - Integration test of osg and qt quick + qml framework
  • QtQuick2OSGItem - small package allowing to embed OpenSceneGraph scenes as visual items in Qt Quick 2 applications