slages / love-imgui

imgui module for the LÖVE game engine
MIT License
316 stars 62 forks source link

Merge binding changes into imgui_lua_bindings #6

Open casssoft opened 7 years ago

casssoft commented 7 years ago

Hey this repo is great! Would love to get the extra function support here merged into the imgui_lua_bindings repo as well.

slages commented 7 years ago

Thanks, your bindings were clearly a life saver when I started to work on this integration and I would clearly love to contribute back on it. I'll have a look at it when I'll find some time and let you know!

casssoft commented 7 years ago

Thanks I appreciate it! Happy I made a difference!

FYI I just pushed a whitespace change to the whole generate_imgui_bindings.pl file to prepare for adding ImDrawList functions, so use git merge -Xignore-space-change or something equivalent.