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

The latest cimgui (master, hash be187bcdc43b124250f7c0f6b4c216a4094053b1) generates successfully, but CodeGenerator in ImGui.NET cannot process the output. In structs_and_enums.json, under ImFont is the item: ``` { "name": "Used4kPagesMap[(0xFFFF+1)/4096/8]", "size": 2, "type":...

I was able to setup ImGui.NET properly with my MonoGame project and wanted to try out the docking features. However I came across your description on how to build the...

Is it possible to get an example for attaching to an existing window instead of `VeldridStartup.CreateWindowAndGraphicsDevice` with a dummy window?

Hi, what is the purpose of the NullTerminatedString struct? Something related to the translation between byte[] and string when using InputText?

someone have converted ImGuiColorTextEdit to c# ? https://github.com/BalazsJako/ImGuiColorTextEdit Thanks.

I did a git clone of this repository today, then rebuilt the solution (which succeeded). I can run the XNA example without an error, but the Veldrid example fails to...

It uses dx9 under the hood afaik, i've been googling but i'd appreciate a nudge in the right direction, thanks!

I have the definition files and everything updated for that version ready to go if you need them. I was talking with the creator of cimgui and he created a...

Would it be possible to add accessors for the `ImGuiListClipper` struct? Although the members are available, the methods documented in `imgui.h` are missing.

Im using the ImGui.net in vb.net and if i try to draw the imgui i get this error ![Screenshot_1](https://user-images.githubusercontent.com/45249375/59356688-aac93780-8d29-11e9-91a4-b4f7e25d1e78.png)