Announcing "Dear Bindings" by Ben Carter (Shironeko Labs):
- generate C API for Dear ImGui (w/ full comments)
- generate metadata for other tools to generate own bindings for other languages.
https://github.com/dearimgui/dear_bindings
This is basically a WIP attempt to improve on cimgui:
- see how output looks (comments preserved, better designed naming scheme) here: https://github.com/dearimgui/dear_bindings/actions/runs/3481799993
- master/docking/string_view branches should be working.
- imgui_internal.h not yet working (fixes/PR welcome)