Qt 3D is a Qt module providing high level 3D scene rendering using OpenGL for Qt/QML applications.
Qt3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
The functionality in Qt3D is divided into three modules: Qt3DCore, Qt3DInput and Qt3DRenderer.
Official documentation can be found here.