1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-27 17:10:57 +01:00

Updated Bindings (markdown)

omar 2024-09-12 17:27:45 +02:00
parent 7a7005d1fd
commit 7693c81bc0

@ -18,8 +18,8 @@ https://github.com/cimgui/cimgui
### dear_bindings
https://github.com/dearimgui/dear_bindings
<BR>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.
<BR>Less battle-tested than cimgui, but can generate a C API + metadata with full comments.
<BR>Dear Bindings generates a C API for Dear ImGui, and metadata so other languages can easily generate their own bindings on top.
<BR>Can parse imgui.h, imgui_internal.h etc. and generate neatly decorated C versions (full comments, alignment).
### litgen
https://pthom.github.io/litgen/