From 5d59e965f62de957c3c5a71acdd8ed7b76ef3738 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 2 Jul 2015 15:42:19 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288ff8f9..b4b52ccc 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ You can alter the look of the interface to some degree: changing colors, sizes, ImGui takes advantage of a few C++ features for convenience but nothing anywhere Boost-insanity/quagmire. In particular, function overloading and default parameters are used to make the API easier to use and code more terse. Doing so I believe the API is sitting on a sweet spot and giving up on those features would make the API more cumbersome. Other features such as namespace, constructors and templates (in the case of the ImVector<> class) are also relied on as a convenience but could be removed. -Shall someone wants to use ImGui from another language, it should be possible to wrap ImGui to be used from a raw C API in the future. +Shall someone really need to use ImGui from another language, there is an unofficial but reasonably maintained [c-api for ImGui](https://github.com/Extrawurst/cimgui) by Stephan Dilly. I would suggest using your target language functionality to try replicating the function overloading and default parameters used in C++ else the API may be harder to use. It was really designed with C++ in mind and may not make the same amount of sense with another language. Donate ------