prepare 1.62.0-beta

This commit is contained in:
sonoro1234
2018-06-30 10:03:55 +02:00
parent 56f84c1859
commit d2d0688883
11 changed files with 1860 additions and 2494 deletions

View File

@@ -8,8 +8,8 @@ Generated files are: cimgui.cpp, cimgui.h for C compilation. Also for helping in
This library is intended as a intermediate layer to be able to use imgui from other languages that can interface with C (like D - see [D-binding](https://github.com/Extrawurst/DerelictImgui))
Notes:
* currently this wrapper is based on version [1.62WIP of imgui](https://github.com/ocornut/imgui/)
* does not compile with pure C compiler yet (for writing bindings in languages that are able to use C-ABI it is enough though, see D-bindings)
* 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)
# auto binding generation