High-level API for creating 3D content with Qt Quick
Provides a high-level API for creating 3D content or UIs based on Qt Quick
qtquick3d$ qml -I $(brew --prefix qt)/qml myScene.qml$ cmake -DCMAKE_PREFIX_PATH=$(brew --prefix qt) ..$ echo 'import QtQuick3D' >> application.qml