qt3d

3D graphics framework for Qt applications with real-time simulation

brewmacoslinux
Try with needOr install directly
Source

About

Provides functionality for near-realtime simulation systems

Commands

qt3d

Examples

Include Qt3D headers in a Qt application for 3D rendering$ brew install qt3d && qmake -o Makefile project.pro
Link Qt3D libraries in CMake-based project$ find $(brew --prefix qt3d) -name '*.cmake' | head -5
Verify Qt3D installation and check available components$ pkg-config --cflags --libs Qt53DCore