From e2f5f0eb1b09f9b928b33293d7f2043d448707c8 Mon Sep 17 00:00:00 2001 From: aybe Date: Wed, 4 Jan 2023 07:26:55 +0100 Subject: [PATCH] added new bindings for .NET --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index e265bbc..bc4791f 100644 --- a/Bindings.md +++ b/Bindings.md @@ -30,7 +30,7 @@ Now on to the list... |------------|---| | Beef | **imgui-beef**: auto-generated Beef wrapper library for Dear ImGui
https://github.com/RogueMacro/imgui-beef | C | **cimgui**: auto-generated c-api wrapper for Dear ImGui
\*\***(metadata output from cimgui can be used to automatically generate other bindings**)\*\*
https://github.com/cimgui/cimgui

**dear_bindings**: auto-generated c-api wrapper for Dear ImGui
\*\***(metadata output from cimgui can be used to automatically generate other bindings**)\*\*
https://github.com/dearimgui/dear_bindings | -| C#/.Net | **ImGui.NET**: An ImGui wrapper for .NET Core
https://github.com/mellinoe/ImGui.NET | +| C#/.Net | **ImGui.NET**: An ImGui wrapper for .NET Core
https://github.com/mellinoe/ImGui.NET
**DearImGui**: imgui + implot for .NET + a controller for OpenGL (OpenTK)
https://github.com/aybe/DearImGui| | C++17 | **ImGuiWrapper**: CMakeList wrapper and C++17 RAII encapsulation for accessing Imgui | | ChaiScript | **imgui-chaiscript**: ChaiScript bindings for ImGui
https://github.com/JuJuBoSc/imgui-chaiscript | | CovScript | **covscript-imgui**: ImGui Extension for CovScript (Covariant)
https://github.com/covscript/covscript-imgui |