Moved DearPyGui to its own thing
parent
72942c5250
commit
6de2f5dc44
@ -51,7 +51,7 @@ Now on to the list...
|
||||
| Odin | **odin-imgui**: Odin binding for Dear ImGui <br>https://github.com/ThisDrunkDane/odin-imgui |
|
||||
| Pascal | **imgui-pas**: pascal bindings for imgui <br>https://github.com/dpethes/imgui-pas |
|
||||
| PureBasic | **pb-cimgui**: PureBasic interface to CImGui Wrapper <br>https://github.com/hippyau/pb-cimgui |
|
||||
| Python | **pyimgui**: Cython-based Python bindings for dear imgui <br>https://github.com/swistakm/pyimgui <br> **DearPyGui**: A Python GUI framework built from Dear Imgui <br>https://github.com/hoffstadt/DearPyGui <br>**Bimpy**: Bundled imgui for python <br>https://github.com/podgorskiy/bimpy <br> **CyImGui**: Python bindings for ImGui using Cython. (obsolete) <br>https://github.com/chromy/cyimgui <br> **Ogre-imgui**: <br> https://github.com/OGRECave/ogre-imgui <br>**deargui**: Python bindings for dear imgui, generated with clang and pybind11 <br>https://github.com/cammm/deargui <br>**Dear ImGui Bundle**: autogenerated bindings and stubs for ImGui (as well as ImPlot, ImGuizmo, node-editor, etc.)<br>https://github.com/pthom/imgui_bundle |
|
||||
| Python | **pyimgui**: Cython-based Python bindings for dear imgui <br>https://github.com/swistakm/pyimgui <br>**Bimpy**: Bundled imgui for python <br>https://github.com/podgorskiy/bimpy <br> **CyImGui**: Python bindings for ImGui using Cython. (obsolete) <br>https://github.com/chromy/cyimgui <br> **Ogre-imgui**: <br> https://github.com/OGRECave/ogre-imgui <br>**deargui**: Python bindings for dear imgui, generated with clang and pybind11 <br>https://github.com/cammm/deargui <br>**Dear ImGui Bundle**: autogenerated bindings and stubs for ImGui (as well as ImPlot, ImGuizmo, node-editor, etc.)<br>https://github.com/pthom/imgui_bundle<br><br>Also see **DearPyGui** below for a RM-style framework. |
|
||||
| ReaScript | **ReaImGui**: ReaScript binding and REAPER backend for Dear ImGui<br>https://forum.cockos.com/showthread.php?t=250419
|
||||
| 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 |
|
||||
@ -122,6 +122,7 @@ Other backends:
|
||||
| Software renderer | **ImFastRast** <br>https://github.com/malamanteau/ImFastRast |
|
||||
| Software renderer | **ImSoft** <br>https://github.com/LAK132/ImSoft |
|
||||
| ImGui on Arduino example | **ImDuino** <br>https://github.com/LAK132/ImDuino |
|
||||
| Retained framework | **DearPyGui** A retained framework build over Dear ImGui<BR>https://github.com/hoffstadt/DearPyGui |
|
||||
|
||||
## Ports, Rewrites, Clones
|
||||
(notable rewrites or clones, those are not supported on this repository)
|
||||
|
Loading…
Reference in New Issue
Block a user