Files
MonoGame.ImGuiNet/README.md
T
Mezo bb793c2f44 Update 0.1 - Fixed Issues, and Renamed Methods
Fixed the issue where the ImGui window would lag when you hold down Shift or CTRL. And BeforeLayout and AfterLayout was renamed to BeginLayout and EndLayout.

Gonna start working on the Filepicker/Folderpicker system, so expect another update soon!
2023-10-28 19:42:53 +00:00

776 B

Monogame.ImGuiNet_Logo

MonoGame.ImGuiNet

MonoGame.ImGuiNet is a superset of ImGuiNet with additional Components (gonna release the components soon) designed for MonoGame.

Getting Started

To install, you'll need to set MonoGame.ImGuiNet as the project reference for your main .sln file. An issue was opened regarding an issue with the nuget package, so I wanted to explain that the nuget package will be out-of-date. And I also explained in the issue on how t oadd it as a project reference, https://github.com/Mezo-hx/MonoGame.ImGuiNet/issues/1

Notable Mentions

Dovker - For the original Monogame.ImGui

Updates will resume soon!