From 8b29894f572782517249d7d767dbd4e16d865db3 Mon Sep 17 00:00:00 2001 From: GrozmanGit <101990647+GrozmanGit@users.noreply.github.com> Date: Sun, 20 Aug 2023 12:42:29 -0500 Subject: [PATCH] Updated Bindings (markdown) --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 87d6adc..0d977e1 100644 --- a/Bindings.md +++ b/Bindings.md @@ -54,7 +54,7 @@ Now on to the list... | 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 | | 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| +| 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
**egui**: A Rust wrapper around C++ imgui
https://github.com/emilk/egui
| | Swift | **SwiftGui**: an experimental API inspired by SwiftUI declarative code, using Dear ImGui and running on OSX and iOS.
https://github.com/erickjung/SwiftGUI
**SwiftImGui**: Swift wrapper around Dear imgui for macOS, iOS and linux
https://github.com/ctreffs/SwiftImGui
**Swift-imgui**: Dear ImGui Swift Wrapper API for macOS and iOS
https://github.com/mnmly/Swift-imgui | | Zig | **zig-gamedev/zgui**: Easy to use dear imgui bindings (includes ImPlot)
https://github.com/michal-z/zig-gamedev/blob/main/libs/zgui
**Zig-ImGui**: Zig bindings for ocornut/imgui, generated using cimgui/cimgui
https://github.com/SpexGuy/Zig-ImGui