ImGui.NET
                                
                                
                                
                                    ImGui.NET copied to clipboard
                            
                            
                            
                        An ImGui wrapper for .NET.
Changed params from `ref Vector2` to array `Vector2[]` Fixed result:  previous result: (could only pass single vec2) 
I'm trying to use the docking branch with a Silk.NET Vulkan sample updated to .NET 6.0 (https://github.com/ScottKane/ImGuiVulkan). Using the normal ImGui.NET package everything works fine, however when I try to...
ImGui class should be non static, non sealed class so that we can easier implement it in our own libraries For example one might want to write sdl or raylib-cs...
This crashes... ```cs public class Button : Pressable { protected override void OnRender(float dt) { base.OnRender(dt); var id = (Label == "" ? " " : Label) + "###" +...
I have a foreach that displays buttons and I want them to be displayed in a grid format (  )
# Solution in the last comments above Hi, They seems to have an issue when using ImGui.NET with the default port of SFML to C# I have tried almost everything...
the directory is named ImNodes.NET, while the sln uses imnodes.NET, making the build fail on non-windows platforms
Example (unsafe context): ``` Vector4* textColor = ImGui.GetStyleColorVec4(ImGuiCol.Text); ImGui.PushStyleColor(ImGuiCol.Text, *textColor); ``` This doesn't seem to be intentional. Using 1.87.3 via NuGet.

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...