add mellinoe autogeneration

This commit is contained in:
sonoro1234
2018-10-08 13:28:50 +02:00
parent 52a693a96c
commit 3b386799e4

View File

@@ -30,7 +30,9 @@ Notes:
* run `generator/generator.bat` (or make a .sh version and please PR) with gcc and LuaJIT on your PATH.
* as a result some files are generated: `cimgui.cpp` and `cimgui.h` for compiling and some lua/json files with information about the binding: `definitions.json` with function info, `structs_and_enums.json` with struct and enum info, `impl_definitions.json` with functions from the implementations info.
* build as shown in https://github.com/sonoro1234/LuaJIT-ImGui/tree/master_auto_implementations/build
* generate binding as done in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat
* generate binding as done in
* https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat
* https://github.com/mellinoe/ImGui.NET/tree/autogen/src/CodeGenerator
# usage