diff --git a/Bindings.md b/Bindings.md index 5ff15b5..0043469 100644 --- a/Bindings.md +++ b/Bindings.md @@ -18,8 +18,8 @@ https://github.com/cimgui/cimgui ### dear_bindings https://github.com/dearimgui/dear_bindings -
Dear Bindings is tool to generate a C API for Dear ImGui, and metadata so other languages can easily generate their own bindings on top. -
Less battle-tested than cimgui, but can generate a C API + metadata with full comments. +
Dear Bindings generates a C API for Dear ImGui, and metadata so other languages can easily generate their own bindings on top. +
Can parse imgui.h, imgui_internal.h etc. and generate neatly decorated C versions (full comments, alignment). ### litgen https://pthom.github.io/litgen/