Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 382 Bytes

qt3d-transform-gizmo

A gizmo for graphical interactive (mnouse-based) translation and rotation of objects in a Qt3D scene.

screenshot

Building

qmake && make

Run

/qt3d-transform-gizmo

Or with Python:

# install dependencies:
python -m pip install poetry
python -m poetry install

poetry run qt3d-transform-gizmo