From b26f477c20335668bc2aa3e404a654baf30eae25 Mon Sep 17 00:00:00 2001 From: Marcelo Silva Nascimento Mancini Date: Mon, 19 Oct 2020 08:10:02 -0700 Subject: [PATCH] Add bindbc-cimgui as an example binding DerelictImGui is too old for the state ImGui is right now, so I made a binding which is -betterC switch compatible with D and it is updated to the 1.79 version which I'll be supporting for a great time --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19ec5ea..067b8b8 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Notes: * [CImGui.jl](https://github.com/Gnimuc/CImGui.jl) * [odin-imgui](https://github.com/ThisDrunkDane/odin-imgui) * [DerelictImgui](https://github.com/Extrawurst/DerelictImgui) +* [BindBC-CimGui](https://github.com/MrcSnm/bindbc-cimgui * [imgui-rs](https://github.com/Gekkio/imgui-rs) * [imgui-pas](https://github.com/dpethes/imgui-pas)