From 25f95ee37f1e97b53dd2f7559883262842f2a090 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 12 Jan 2021 18:20:15 +0100 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 1b2490e..10ec67a 100644 --- a/Bindings.md +++ b/Bindings.md @@ -1,6 +1,10 @@ ## Language Bindings -_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!_ +Note: The [cimgui](https://github.com/cimgui/cimgui) project is designed to output metadata (see generator/output/ folder) which can be used to automatically generate bindings. + +Note: 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! + +Now on to the list... | Language | Project | |------------|---|