ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
61.13k stars 10.3k forks source link

Angle Input widget #4855

Closed caxapexac closed 2 years ago

caxapexac commented 2 years ago

My Issue/Question: I'm using DragFloat for angles right now it's very inconvenient

Is there something like this widget:

Screenshots/Video angle

Source of reference: http://www.effecthub.com/particle2dx

ocornut commented 2 years ago

How about the Knob listed here? https://github.com/ocornut/imgui/wiki/Useful-Extensions#miscellaneous

caxapexac commented 2 years ago

Ouf somehow I missed it, thanks. Any other solutions?

ocornut commented 2 years ago

You can easily program a custom one from that base.