From c685f1849e0091498b626c6409847957fb081666 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 4 Jul 2024 08:57:35 +0200 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 661274f..36352ac 100644 --- a/Bindings.md +++ b/Bindings.md @@ -21,7 +21,7 @@ https://github.com/dearimgui/dear_bindings ### litgen https://pthom.github.io/litgen/ -
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)). +
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](https://github.com/pthom/imgui_bundle/tree/main/external/imgui/bindings) for ImGui). It is used to maintain up to date bindings inside Dear ImGui Bundle ([link](https://github.com/pthom/imgui_bundle)). ----