Dear ImGui simplification library

Hi all. Just thought this might be useful to people around here.

I’ve spun up a good handful of MonoGame applications in the past year and each one I needed to use Dear ImGui for quick user interfaces (they aren’t games so them being more editor like than gamey UIs worked fine). I kept repeating the same code over and over again to manage the trees of UI elements and callbacks.

Thus I created a library I called ImGuiHandler to make it easy to create UI elements with an MVVM style setup, so it’s easy to propagate UI changes into your main application.

Hopefully it’s useful to someone.

1 Like

Hi @KallDrexx and Welcome to the Community!

Nice contribution.

Happy Coding!