From 2a422f797c4d8cab70eaf069579fb259b4d50e10 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Wed, 20 Jun 2018 20:12:49 +0200 Subject: [PATCH] update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d686d2a..1c15cf7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ 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) +# auto binding generation + +* update imgui folder to the version you desire. +* run vimgui/generator/generator.bat (or make a .sh version and please PR) with gcc and Lua on your PATH. + # usage * clone