diff --git a/Bindings.md b/Bindings.md index 672b931..170deb9 100644 --- a/Bindings.md +++ b/Bindings.md @@ -51,7 +51,7 @@ Now on to the list... | Odin | **odin-imgui**: Odin binding for Dear ImGui
https://github.com/ThisDrunkDane/odin-imgui | | Pascal | **imgui-pas**: pascal bindings for imgui
https://github.com/dpethes/imgui-pas | | PureBasic | **pb-cimgui**: PureBasic interface to CImGui Wrapper
https://github.com/hippyau/pb-cimgui | -| Python | **pyimgui**: Cython-based Python bindings for dear imgui
https://github.com/swistakm/pyimgui
**DearPyGui**: A Python GUI framework built from Dear Imgui
https://github.com/hoffstadt/DearPyGui
**Bimpy**: Bundled imgui for python
https://github.com/podgorskiy/bimpy
**CyImGui**: Python bindings for ImGui using Cython. (obsolete)
https://github.com/chromy/cyimgui
**Ogre-imgui**:
https://github.com/OGRECave/ogre-imgui
**deargui**: Python bindings for dear imgui, generated with clang and pybind11
https://github.com/cammm/deargui
**Dear ImGui Bundle**: autogenerated bindings and stubs for ImGui (as well as ImPlot, ImGuizmo, node-editor, etc.)
https://github.com/pthom/imgui_bundle | +| Python | **pyimgui**: Cython-based Python bindings for dear imgui
https://github.com/swistakm/pyimgui
**Bimpy**: Bundled imgui for python
https://github.com/podgorskiy/bimpy
**CyImGui**: Python bindings for ImGui using Cython. (obsolete)
https://github.com/chromy/cyimgui
**Ogre-imgui**:
https://github.com/OGRECave/ogre-imgui
**deargui**: Python bindings for dear imgui, generated with clang and pybind11
https://github.com/cammm/deargui
**Dear ImGui Bundle**: autogenerated bindings and stubs for ImGui (as well as ImPlot, ImGuizmo, node-editor, etc.)
https://github.com/pthom/imgui_bundle

Also see **DearPyGui** below for a RM-style framework. | | ReaScript | **ReaImGui**: ReaScript binding and REAPER backend for Dear ImGui
https://forum.cockos.com/showthread.php?t=250419 | Ruby | **ruby-imgui**: Yet another ImGui wrapper for Ruby
https://github.com/vaiorabbit/ruby-imgui | | Rust | **imgui-rs**: Rust bindings for ImGui
https://github.com/imgui-rs/imgui-rs
**imgui-rust**: Alternative (personal) imgui rust bindings
https://github.com/nsf/imgui-rust
**ImStrv** Patch by @bitshifter/@rokups to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/3038
**rust-imgui-opengl-renderer**
https://github.com/michaelfairley/rust-imgui-opengl-renderer | @@ -122,6 +122,7 @@ Other backends: | Software renderer | **ImFastRast**
https://github.com/malamanteau/ImFastRast | | Software renderer | **ImSoft**
https://github.com/LAK132/ImSoft | | ImGui on Arduino example | **ImDuino**
https://github.com/LAK132/ImDuino | +| Retained framework | **DearPyGui** A retained framework build over Dear ImGui
https://github.com/hoffstadt/DearPyGui | ## Ports, Rewrites, Clones (notable rewrites or clones, those are not supported on this repository)