Custom layering around DearImGui
Personally direct DearImGui didn't feel the best in C#, so I made this package to (subjectively) improve upon it.
dotnet add package CopperDevs.DearImGui --version 1.4.2
Additionally, you need to install a relevant renderer package. There is currently two pre-made packages available.
Note - When using raylib there's some extra steps that can be found here
dotnet add package CopperDevs.DearImGui.Renderer.Raylib --version 2.0.2
dotnet add package CopperDevs.DearImGui.Renderer.OpenGl.SilkNet --version 1.0.8