ImGui.NET
ImGui.NET copied to clipboard
An ImGui wrapper for .NET.
I've just downloaded ImGui.NET and everything seems to work, but my terminal gets bombarded by messages like ``` using glBufferSubData(buffer 4, offset 0, size 1968) to update a GL_STATIC_DRAW buffer...
I encounter `System.EntryPointNotFoundException` exception for `libobjc.A.dylib` when trying to launch sample program with arm64 dotnet-sdk, in case of x64 dotnet-sdk sample program runs successfully ``` Unhandled exception. System.EntryPointNotFoundException: Unable to...
I'm using ImGui .NET on macos (Visual studio, .NET core), I tried running my ImGui code and I get this error:  Has anyone experienced...
Hello! Thank you very much for this awesome imgui binding, it was magical seeing imgui up and running in my .net project just by simply installing a .nuget package. I...
When trying to make something react to WASD I noticed that the keymapping by default only contains a few keys. This change adds all keys to the keymapping except the...
I would first like to thank you for this incredible binding! However, I am having trouble adding a custom image to ImGui. I am using pure Vulkan and have created...
This PR fix script that currently download native binaries for macOS to wrong folder. Also fix target for .net framework, to use new location. Related to #318
hi after installing imguizmo.NET and trying to implement it i'm getting `System.AccessViolationException`, the following code is on the `OnRenderFrame(FrameEventArgs e)` void ```csharp controller.Update(this, (float)e.Time); ImGui.Begin("test"); ImGui.Button("click"); ImGui.End(); // Initialize ImGuizmo...
When I set font scale bigger than 1 it becomes blurry. I think it has something to do with anti aliasing but I am not sure.
Hi @mellinoe I know you're crazy busy with life and other projects, but I wanted to throw this out there. (Separate ping to @JulianVallee thank you for your other PR....