# osgQt5 **Repository Path**: Shehran0602/osgQt5 ## Basic Information - **Project Name**: osgQt5 - **Description**: No description available - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Introduction The original code is from [GitHub - openscenegraph/osgQt](https://github.com/openscenegraph/osgQt) However, the problem with this library is that some old tutorials are not compatible with this package. Thus I updated this package for myself to make it compatible with various existing applications available in the internet. NOTE: I didn't make any change to the CMakeList.txt file, and some file are just directly added to the dll project such as GraphicsWindowEx GraphicsWindowEx.cpp CullVisitorEx CullVisitorEx.cpp You can directly find these files in the source location. ------------------------------------------ Welcome to the OpenSceneGraph Qt (osgQT). This is a Qt project for making use of OpenSceneGraph(OSG) OSG is required for making use of this project, For up-to-date information on the OSG project, in-depth details on how to compile and run libraries and examples, see the documentation on the OpenSceneGraph website: http://www.openscenegraph.org/index.php/documentation Known issues: * This project was forked from the original OSG implementation and needs lots of tidy up