diff --git a/README.md b/README.md index aff14aa..c1039fc 100644 --- a/README.md +++ b/README.md @@ -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