ocornut / imgui

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

Suggestions for building a formula builder UI #8137

Open binaryduke opened 2 weeks ago

binaryduke commented 2 weeks ago

Version/Branch of Dear ImGui:

Version 1.95.1, Branch: master

Back-ends:

imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp

Compiler, OS:

Windows 10 + MSVC 2022

Full config/build information:

No response

Details:

Looking for some suggestions on handling user interaction in a formula builder. Example UI attached.

I'm implementing a formula builder for mathematical expressions that can also handle objects within my application. The screenshot is a good example of the UI type.

I'm fine with:

I'm struggling a little with:

Any tips, suggestions, examples would be great. Thx!

Screenshots/Video:

Screenshot 2024-11-08 at 08 40 00

Minimal, Complete and Verifiable Example code:

No response