ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

An ImGui wrapper for .NET.

Results 179 ImGui.NET issues
Sort by recently updated
recently updated
newest added

Straight from github, correct cimgui, not edited or changed any code and the XNA sample always throws the error `System.AccessViolationException` on line 76 of `ImFontAtlas.gen.cs` Test it yourself. If the...

how i add Font ``` // create the object on the native side and wrap it in a C# class ImFontConfig* nativeConfig = ImGuiNative.ImFontConfig_ImFontConfig(); var config = new ImFontConfigPtr(nativeConfig) {...

Hi @mellinoe , it just did stop working. Worked fine, then suddenly stopped being processed, no matter how fast I click. Other mouse events are being recognized. I also removed...

Hello, I am able to add custom font and use instead of the default and apply oversampling, but the fonts become jagged - am I missing something here? My goal...

## Expected Behavior It should be possible to rename the file `imgui.ini` or deactivate it completely. Native ImGui supports changing the global `IniFilename`. ## Current Behavior Name can't be changed...

Hello,I want to show what I need rather than the index of the array when the mouse is hovering over the the element.It's been bothering me for a long time.

An important thing to note here is that I've used version 1.73 WIP of imgui, because it was the most recent at the time when I started to work on...

Hi mellinoe, I'm encountering problems when creating a popupModal without close button on the headerbar but include `ImGuiWindowFlags`. The cimgui method can transfer the second parameter `bool*` with null. But...

I am loading Arial font. I am sure this font is supporting Vietnamese characters. But it is wrong render in ImGUI. For example: "Tôi có th**ể** **ă**n th**ủ**y tinh" =>...

So I've found 2 quirks so far that I can't seem to avoid. So here they are. Hopefully someone has a solution to one of them. If not it's no...