qtquick3d

High-level API for creating 3D content with Qt Quick

brewmacoslinux
Try with needOr install directly
Source

About

Provides a high-level API for creating 3D content or UIs based on Qt Quick

Commands

qtquick3d

Examples

Create a basic 3D scene with Qt Quick 3D in a QML application$ qml -I $(brew --prefix qt)/qml myScene.qml
Build a Qt Quick 3D application using CMake$ cmake -DCMAKE_PREFIX_PATH=$(brew --prefix qt) ..
Import Qt Quick 3D module in QML to access 3D components$ echo 'import QtQuick3D' >> application.qml