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

An ImGui wrapper for .NET.

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

I can't type in my InputText: public static string process_id = String.Empty; [...] ImGui.InputText( "process id" , ref process_id , 6 );

Hi, i would like to ask if someone knows how to take advantage of the imgui viewports with imgui

I want to make an interface with Russian text but... ![devenv_yT62OQUzja](https://user-images.githubusercontent.com/63492966/130833117-f3aa7069-f9ff-45b2-bfee-1cb123a24e8e.png) ![Terraria_NUrQuXA1wK](https://user-images.githubusercontent.com/63492966/130833224-f40ccde8-0df5-43ff-9abf-c92224f0ba40.png)

Currently i making crutch in cimgui (imgui.cpp InputTextEx) to detect it but it keeps returning true if current window (really windows window not imgui) unfocused

Hello, I've been interested to use this library for a bit with SDL and more particularly the SDL renderer. I came to realize that there are no wrappers for the...

[Removed link to non-exist repo] you can rewrite it under imgui.net and it won't work either i already did it but i don't have time now

## Versions OS: _Windows 10.0.19044 Education_ ImGui.NET via NuGet: _v1.87.3_ ## Problem Hello, most of my keys on my keyboard are not recognized by ImGui, so I can't use my...

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

Is there a way i can implement implot graph ? when i try adding Implot.Begin() i get the cimplot.dll not found!! i tried searching online had no luck (note there...