ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.84k stars 298 forks source link

real xna example? #324

Open iocmet opened 2 years ago

iocmet commented 2 years ago

example in repo uses monogame and i cant use it renderer in xna app

Tabizzz commented 2 years ago

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