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

Hello! If I pass null to ImGui.TreeNode() like this, `ImGui.TreeNode(null)`, a `System.AccessViolationException` is thrown. I think it would be nice if this was checked for and reported in the API...

Hey, I am trying to get it working with Unity on the OnGUI method. I have a simple menu right now that if its enabled it should just display the...

Not sure if it's related to that, but I keep getting this error when i try using any of the ImGui.NET's functions: `[Error] System.TypeLoadException: Could not find method due to...

Hey, it would be nice if this library could expose the contents of [this](https://github.com/ocornut/imgui/blob/master/imgui_internal.h) aswell. It's compiled into the existing binary, so there is no need to change the compile...

I know there are allot of issues to do with AccesViolationExceptions here, but I couldn't find anything that helped my situation. I just want to show a debug window, just...

Any chance of integration ImGuizmo into either this repo or an ancillary one? I've used it in C++ before and it likely wouldn't be too hard to integrate, there aren't...

Love the library, however I have found an issue that I am not sure is an ImGui.Net issue or a Dear Imgui issue, and my C++ and FFI experience is...

I use user graphics library, ImGuiNet in my project with SharpDX and Winforms. I face problem with typing Vietnamese language in Inputtext control. I can display Vietnamese characters on almost...

I realize that this would require a major infrastructure change for how your project works, but I, like a bunch of people here, have run into an AccessViolationException (#165). When...

As noted in #167, the latest cimgui (master, hash be187bcdc43b124250f7c0f6b4c216a4094053b1) generates successfully, but ImGui.NET can't handle the results. After fixing size expression parsing as mentioned in that issue, there are...