ImGui.NET
ImGui.NET copied to clipboard
real xna example?
example in repo uses monogame and i cant use it renderer in xna app
Is the same renderer you just need to change how the text input is handled https://github.com/mellinoe/ImGui.NET/blob/master/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs#L169 just comment the monogame code an replace with xna code