From 7b1848d8a567798ecdcb768286ac9b8764619189 Mon Sep 17 00:00:00 2001 From: IchorDev <15670465+ichordev@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:31:09 +0700 Subject: [PATCH] Updated BindBC-ImGui link & description. --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index fb07f66..e549560 100644 --- a/Bindings.md +++ b/Bindings.md @@ -36,7 +36,7 @@ Now on to the list... | 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 | | Crystal | **crystal-imgui**: Crystal bindings to Dear ImGui
https://github.com/oprypin/crystal-imgui -| D | **bindbc-imgui**: Dynamic and static bindings to imgui, compatible with -betterC, @nogc, and nothrow
https://github.com/Inochi2D/bindbc-imgui
**DerelictImgui**: Dynamic bindings to cimgui for the D programming language
https://github.com/Extrawurst/DerelictImgui | +| D | **BindBC-ImGui**: Static & dynamic bindings to Dear ImGui, compatible with BetterC, @nogc, and nothrow.
https://github.com/BindBC/bindbc-imgui
**DerelictImgui**: Dynamic bindings to cimgui for the D programming language
https://github.com/Extrawurst/DerelictImgui | | Go | **cimgui-go**: Go wrapper library for "Dear ImGui"
https://github.com/AllenDang/cimgui-go | | Haskell | **dear-imgui.hs**: Haskell bindings to Dear ImGui,
https://github.com/haskell-game/dear-imgui.hs
**imgui-haskell**: Haskell bindings for Dear ImGui
https://github.com/dbousamra/imgui-haskell | Haxe/hxcpp | **linc_imgui**: binding for imgui
https://github.com/Aidan63/linc_imgui |