Skip to content

Example Demo Implementation Β #394

@djoezeke

Description

@djoezeke

Hello πŸ‘‹

I'd like to propose adding a ImGuizmo_demo.cpp file to the repository β€” a standalone, backend-agnostic demo implementation similar to what Dear ImGui and ImPlot provide (imgui_demo.cpp, implot_demo.cpp).

Currently, the provided ImApp.h is tightly coupled to specific backends and platforms, which limits its portability and ease of integration. In many cases, it doesn't work out-of-the-box with alternative ImGui backends or on non-Windows systems.

A dedicated ImGuizmo_demo.cpp would:

  • Showcase ImGuizmo features in a minimal, backend-independent way
  • Make it easier for developers to integrate and test ImGuizmo in their own environments
  • Align with the demo structure used by other ImGui ecosystem libraries

Let me know if this sounds reasonable β€” I'd be happy to help sketch out a minimal version if needed!

Thanks for your great work on this project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions