mirror of
https://github.com/ocornut/imgui.git
synced 2025-02-25 22:38:10 +01:00
Zig
parent
5681eea782
commit
e5150fa5a8
@ -1,7 +1,7 @@
|
|||||||
## Index
|
## Index
|
||||||
|
|
||||||
- [Binding Generators](#binding-generators)
|
- [Binding Generators](#binding-generators)
|
||||||
- [Language Bindings](#language-bindings) (C, C#, Rust & many more)
|
- [Language Bindings](#language-bindings) (C, C#, Rust, Zig & many more)
|
||||||
- [Framework/Engine Backends](#frameworkengine-backends) (Unreal, Unity, Godot & many more)
|
- [Framework/Engine Backends](#frameworkengine-backends) (Unreal, Unity, Godot & many more)
|
||||||
- [Miscellaneous](#Miscellaneous)
|
- [Miscellaneous](#Miscellaneous)
|
||||||
- [Ports, Rewrites, Clones](#ports-rewrites-clones)
|
- [Ports, Rewrites, Clones](#ports-rewrites-clones)
|
||||||
@ -56,7 +56,7 @@ Now on to the list...
|
|||||||
| Ruby | **ruby-imgui**: Yet another ImGui wrapper for Ruby <br>https://github.com/vaiorabbit/ruby-imgui |
|
| Ruby | **ruby-imgui**: Yet another ImGui wrapper for Ruby <br>https://github.com/vaiorabbit/ruby-imgui |
|
||||||
| Rust | **imgui-rs**: Rust bindings for ImGui <br>https://github.com/imgui-rs/imgui-rs <br>**imgui-rust**: Alternative (personal) imgui rust bindings <br>https://github.com/nsf/imgui-rust <br> **ImStrv** Patch by @bitshifter/@rokups to use string-range more commonly instead of zero-terminated strings. <br>https://github.com/ocornut/imgui/pull/3038 <br>**rust-imgui-opengl-renderer** <br>https://github.com/michaelfairley/rust-imgui-opengl-renderer <br>**easy-imgui-rs**: Rust crates to build full GUI applications. <br>https://github.com/rodrigorc/easy-imgui-rs |
|
| Rust | **imgui-rs**: Rust bindings for ImGui <br>https://github.com/imgui-rs/imgui-rs <br>**imgui-rust**: Alternative (personal) imgui rust bindings <br>https://github.com/nsf/imgui-rust <br> **ImStrv** Patch by @bitshifter/@rokups to use string-range more commonly instead of zero-terminated strings. <br>https://github.com/ocornut/imgui/pull/3038 <br>**rust-imgui-opengl-renderer** <br>https://github.com/michaelfairley/rust-imgui-opengl-renderer <br>**easy-imgui-rs**: Rust crates to build full GUI applications. <br>https://github.com/rodrigorc/easy-imgui-rs |
|
||||||
| Swift | **SwiftGui**: an experimental API inspired by SwiftUI declarative code, using Dear ImGui and running on OSX and iOS.<br>https://github.com/erickjung/SwiftGUI<br>**SwiftImGui**: Swift wrapper around Dear imgui for macOS, iOS and linux<br>https://github.com/ctreffs/SwiftImGui<br>**Swift-imgui**: Dear ImGui Swift Wrapper API for macOS and iOS <br>https://github.com/mnmly/Swift-imgui |
|
| Swift | **SwiftGui**: an experimental API inspired by SwiftUI declarative code, using Dear ImGui and running on OSX and iOS.<br>https://github.com/erickjung/SwiftGUI<br>**SwiftImGui**: Swift wrapper around Dear imgui for macOS, iOS and linux<br>https://github.com/ctreffs/SwiftImGui<br>**Swift-imgui**: Dear ImGui Swift Wrapper API for macOS and iOS <br>https://github.com/mnmly/Swift-imgui |
|
||||||
| Zig | **zig-gamedev/zgui**: Easy to use dear imgui bindings (includes ImPlot) <br> https://github.com/michal-z/zig-gamedev/blob/main/libs/zgui <br> **Zig-ImGui**: Zig bindings for ocornut/imgui, generated using cimgui/cimgui <br> https://github.com/SpexGuy/Zig-ImGui <br>**zig-imgui**: ImGui bindings for Zig, generated using dear bindings <br> https://github.com/pdoane/zig-imgui
|
| Zig | **zig-gamedev/zgui**: Easy to use dear imgui bindings (includes ImPlot) <br> https://github.com/michal-z/zig-gamedev/blob/main/libs/zgui <br> **Zig-ImGui**: Zig bindings for ocornut/imgui, generated using cimgui/cimgui <br> https://github.com/SpexGuy/Zig-ImGui <br>**zig-imgui**: ImGui bindings for Zig, generated using dear bindings <br> https://github.com/pdoane/zig-imgui <br>**zig_workbench**<br>https://github.com/DarknessFX/zig_workbench
|
||||||
|
|
||||||
## Framework/Engine Backends
|
## Framework/Engine Backends
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user