1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-25 22:38:10 +01:00

Updated Bindings (markdown)

Pascal Thomet 2024-07-04 08:55:59 +02:00
parent 8fd50f96cd
commit f731ac4aa3

@ -21,7 +21,7 @@ https://github.com/dearimgui/dear_bindings
### litgen
https://pthom.github.io/litgen/
<BR>litgen is an automatic bindings generator from C++ to Python. It emits binary bindings and preserves the original documentation in a python stub (comparable to a C header file): compare [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) to its [python translation](https://github.com/pthom/imgui_bundle/blob/main/bindings/imgui_bundle/imgui/__init__.pyi). It is used to maintain up to date bindings inside Dear ImGui Bundle. It can produce bindings for Dear ImGui and other libraries. See [config for ImGui](https://github.com/pthom/imgui_bundle/tree/main/external/imgui/bindings)
<BR>litgen is an automatic bindings generator from C++ to Python. It emits binary bindings and preserves the original documentation in a python stub (comparable to a C header file): compare [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) to its [python translation](https://github.com/pthom/imgui_bundle/blob/main/bindings/imgui_bundle/imgui/__init__.pyi). It can produce bindings for Dear ImGui and other libraries. See [config for ImGui](https://github.com/pthom/imgui_bundle/tree/main/external/imgui/bindings). It is used to maintain up to date bindings inside Dear ImGui Bundle ([link](https://github.com/pthom/imgui_bundle)).
----