From 93289a09fea3a84d97e8d9ca0be18dfaac7c790a Mon Sep 17 00:00:00 2001 From: Vinjn Zhang Date: Thu, 3 Sep 2020 14:59:51 +0800 Subject: [PATCH] Cinder-Imgui now a core Cinder component. --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 26136da..c8559c7 100644 --- a/Bindings.md +++ b/Bindings.md @@ -39,7 +39,7 @@ Main repository include examples for DirectX9, DirectX10, DirectX11, DirectX12, | AGS / Adventure Game Studio | **agsimgui**:
https://github.com/ericoporto/agsimgui | Amethyst | **amethyst-imgui**:
https://github.com/amethyst/amethyst-imgui | bsf | **bsfimgui**:
https://github.com/pgruenbacher/bsfImgui | -| Cinder | **Cinder-ImGui**:
https://github.com/simongeilfus/Cinder-ImGui +| Cinder | **Cinder-ImGui**:
https://github.com/cinder/Cinder/blob/master/include/cinder/CinderImGui.h | Cocos2d-x | **imguix**:
https://github.com/c0i/imguix
**cocos2dx-imgui**:
https://github.com/Mjarkiew/cocos2dx-imgui and [#551](https://github.com/ocornut/imgui/issues/551) | Diligent Engine | **DiligentTools**:
[DiligentTools](https://github.com/DiligentGraphics/DiligentTools/blob/master/Imgui/src/ImGuiImplDiligent.cpp), [example](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Samples/ImguiDemo) | | Ebiten | **ebiten-imgui**:
https://github.com/gabstv/ebiten-imgui |