kdudnyk / LuaSol3Generator

A simple python + libclang script to simplify wrapping c++ code with sol2
MIT License
3 stars 1 forks source link

maybe namespace scan is needed. #1

Open boruis opened 4 years ago

boruis commented 4 years ago

this is great project as i need. but when i binding with ImGui, most function can't be bind becourse ImGui is a namespace.

kdudnyk commented 4 years ago

Dear @boruis is this is still actual to you ? i might have missed the open issue. If this is still a problem to you i can take a look and fix that :-) yet for imgui - there is a separate project : https://github.com/patrickriordan/imgui_lua_bindings which might be a bit more robust for your needs.