From 99b8d486e58bdb8ca1847d2a1f3e8f94967eb956 Mon Sep 17 00:00:00 2001 From: dbr/Ben Date: Wed, 12 Jan 2022 16:18:30 +1100 Subject: [PATCH] Update imgui-rs link to ~new location --- Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 97e2fe5..49d9f30 100644 --- a/Bindings.md +++ b/Bindings.md @@ -35,7 +35,7 @@ Now on to the list... | 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 | | 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/Gekkio/imgui-rs
**imgui-rust**: Alternative (personal) imgui rust bindings
https://github.com/nsf/imgui-rust
**ImStr** Patch by @bitshifter to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/683
**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
**ImStr** Patch by @bitshifter to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/683
**rust-imgui-opengl-renderer**
https://github.com/michaelfairley/rust-imgui-opengl-renderer| | 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 bindings for ocornut/imgui, generated using cimgui/cimgui https://github.com/SpexGuy/Zig-ImGui