Archive 17/01/2023.

ImGui integration?

lebrewer

Is there an existing ImGui for Urho3D? I’m debugging a few things with raycasts and physics, and it would be really useful to have a small window with inputs so I can tweak a few variables inside my code without recompiling. I really don’t plan on anything fancy, just trying to find an easier way to tweak stuff quickly.

SirNate0

Yes, there are a few repositories with implementations:

Modanung

You might also want to try this:

I myself have not.