From 680d3610a97294e6e3814484af125a29b1941243 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 8 Oct 2018 11:36:30 +0200 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bindings.md b/Bindings.md index c41c694..235baf2 100644 --- a/Bindings.md +++ b/Bindings.md @@ -2,8 +2,8 @@ _NB: those bindings may be more or less maintained, more or less close to the spirit of original API. People who create language bindings sometimes haven't used the C++ API themselves. ImGui was designed for C++ and some of the subtleties may be lost in translation with other languages. If your language supports it, I would suggest replicating the function overloading and default parameters used in the original, else the API may be harder to use. In doubt, always check the original C++ version first!_ -C (cimgui): thin c-api wrapper for ImGui -
https://github.com/Extrawurst/cimgui +C (cimgui): auto-generated c-api wrapper for Dear ImGui +
https://github.com/cimgui/cimgui C#/.Net (ImGui.NET): An ImGui wrapper for .NET Core
https://github.com/mellinoe/ImGui.NET