From ce4ac9dfcfc0e7883023a5e4b431bc8d84e261e9 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Sat, 30 Jun 2018 10:21:52 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476ac33..4c997c8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library is intended as a intermediate layer to be able to use imgui from ot Notes: * currently this wrapper is based on version [1.62 of imgui](https://github.com/ocornut/imgui/tree/v1.62) -* overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/sonoro1234/cimgui/blob/cimgui_auto_implementations/generator/generator.lua#L40). Until the comunity finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/sonoro1234/cimgui/tree/cimgui_auto_implementations/generator/generated/overloads.txt) +* overloaded function names try to be the most compatible with traditional cimgui names. So all naming is algorithmic except for those names that were in conflict with widely used cimgui names and were thus coded in a table (https://github.com/sonoro1234/cimgui/blob/Branch_v1.62.0/generator/generator.lua#L40). Until the comunity finish with defining this table tag will be 1.62beta. Current overloaded function names can be found in (https://github.com/sonoro1234/cimgui/tree/Branch_v1.62.0/generator/generated/overloads.txt) # auto binding generation