Expand description
High-level safe helpers for ImGuizmo integrated with dear-imgui
Modules§
Structs§
- Axis
Mask - GizmoUi
- Guizmo
Context - Context handle; lightweight wrapper to bind ImGui context and build a GizmoUi
- IdToken
- RAII token that pops an ImGuizmo ID when dropped.
- Manipulate
- Builder for ImGuizmo::Manipulate in a dear-imgui-style API
- Operation
- Style
- Safe wrapper over ImGuizmo global Style
Enums§
- Color
- Color slots used by ImGuizmo style
- Draw
List Target - Draw list destination for ImGuizmo rendering
- Guizmo
Id - Identifier accepted by ImGuizmo’s ID stack
- Mode
Traits§
- Guizmo
Ext - Extension methods on dear-imgui’s Ui to access ImGuizmo in a unified way
- Mat4
Like - Trait to abstract over 4x4 column-major matrices used by ImGuizmo.