IMGUI for monogame

Someone have done a Monogame version for IMGUI ?
I found ImGui.NET but for netcore only .
Thanks

1 Like

You can build ImGui.NET as a .NET Standard lib (I think it is like that by default actually), then reference it from a .NET Framework project. I wrote an MG backend, you can find it in a gist over here: https://gist.github.com/Jjagg/31de963c579a2118a3b7c0764d8abe45

2 Likes

Thanks a lot,
I have created a project from your source code, shared on GitHub.
https://github.com/procfxgen/ImGuiMG

2 Likes