From 77a640c4f564e76f71dfcfe8b2419c7b8a5a5038 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 8 Jan 2024 21:37:45 +0100 Subject: [PATCH] zig-imgui variant --- Bindings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bindings.md b/Bindings.md index 8d8f321..95072c2 100644 --- a/Bindings.md +++ b/Bindings.md @@ -56,7 +56,8 @@ Now on to the list... | 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 | | 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 +| 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
+**zig-imgui**: ImGui bindings for Zig, generated using dear bindings
https://github.com/pdoane/zig-imgui ## Framework/Engine Backends