ImGui.NET
ImGui.NET copied to clipboard
An ImGui wrapper for .NET.
# Description Add changes to expose ImGui internals using ImGui 1.85 WIP. This PR is based on the fork of https://github.com/renenieuw/ImGui.NET (see https://github.com/mellinoe/ImGui.NET/issues/202) and is currently in **experimental status**. The...
Can you add ImGuizmo and ImGuiPlot to the Nuget version or show a tutorial of how to add them?
Is there a way to get this to work under android? it just fails due to missing cimgui ``` System.DllNotFoundException: cimgui at ImGuiNET.ImGui.CreateContext() ```
I'm having issue while attempt to run imgui.net on linux: ```cs Unhandled exception. System.DllNotFoundException: Unable to load shared library 'cimgui' or one of its dependencies. In order to help diagnose...
Idk whats going on but `ImGui.PushStyleVar(ImGuiStyleVar.WindowPadding , 0.0f);` crashes even if I pop the same amount of times I push. ```cs public static void BeginDockSpace () { rlImGui.Begin(); var windowX...
When I enable this flag I'm not able to drag windows out of my main application window. Using the ImGui demo window, this flag is disabled under Configuration->Configuration and auto...
Whats the Equivalent of this for OpenTK?  Looks like there are other implementation macros too that are missing.
Does anyone have a copy of the docking branch but with all the missing binaries, i.e. ImPlot, mainly need windows x64 but all would be nice. Thanks.
@mellinoe it would be awesome if a new package could be published along with all the DLL to make ImPlot/Gizmo and others embedded with their respected cimgui dlls. I've followed...
Sorry if this question had being asked before, kindly refresh my memory if it is. Why in the following image the line gets broken when I change the box size....