ImGui.NET
ImGui.NET copied to clipboard
An ImGui wrapper for .NET.
I'm trying to use ImGui.NET with MonoGame but in my project the font quality is very low as you can see on the picture.  My ```ImGuiRenderer``` class is the...
Platform: Windows 10 Application: ImGui Net Sample App. Chrome: 94.0.4606.81 (64Bit) Moving the mouse over chrome will cause chrome to flash black if I have an ImGui net window running...
Hi there! I have a bit of a newbie question to ask since I'm having a hard time finding how people approach this: How should I go about using ImGui.NET...
It seems that the nuget version is not updated to the latest version, so it is missing features like the table api...
I've found a problem where I want to call `BeginPopupModal` like this: ```c++ ImGui::BeginPopupModal(label, nullptr, flags) ``` which is possible by doing `ref Unsafe.AsRef(null)` in an unsafe context but the...
I am currently trying to implement docking and dockspace (copied from imgui_demo.cpp in the docking branch) but when I enable docking and dock the windows, next time I load the...
The first call to ImGui.NewFrame() always throws an access violation in my project. I copied over all the non-Veldrid specific parts to my code, and the exact same result occurs:...
I would like to integrate the ImGui.Net into the costume engine based on SlimDX(Directx 9) In the last few days, I almost integrated, but only missing to solve one single...
The `FontDefault` field in `ImGuiIOPtr` is read only (example of when it's set by the style editor: https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp#L5773): ```csharp ImGui.GetIO().FontDefault = null; // Can't do this, read only property ```...
**is only example** ### have searched for a long time but no success therefore I share with you how to color and so on and then sat down to fix...