# osgWidget **Repository Path**: dbsuav/osgWidget ## Basic Information - **Project Name**: osgWidget - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osgWidget A basic scaffold to embed [OpenSceneGraph](http://openscenegraph.com) into [QOpenGLWidget](http://doc.qt.io/qt-5/qopenglwidget.html). ## pre-build (example for windows) ```sh vim config.local CMAKE_PREFIX_PATH=C:/Qt/5.8/msvc2015 ENV{OSG_DIR}=C:/Program Files (x86)/OpenSceneGraph vim copy_dlls.local C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgDBd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgGAd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgUtild.dll C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgViewerd.dll C:/Program Files (x86)/OpenSceneGraph/bin/ot21-OpenThreadsd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osg157-osgTextd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osgPlugins-3.6.2/osgdb_osgd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osgPlugins-3.6.2/osgdb_deprecated_osgd.dll C:/Program Files (x86)/OpenSceneGraph/bin/osgPlugins-3.6.2/osgdb_deprecated_osganimationd.dll ``` ## build ```sh mkdir build cd build cmake .. cmake --build . ``` ## data check ## run _20180709215300