Ports and Rewrites

omar 2021-01-11 19:08:54 +01:00
parent 589c890887
commit c6b23ae568

@ -81,13 +81,16 @@ See [Releases](https://github.com/ocornut/imgui/releases) page.
- Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap
- Bimpy: bundled imgui for python: https://github.com/podgorskiy/bimpy
- giu: Cross platform rapid GUI framework for golang based on Dear ImGui. https://github.com/AllenDang/giu
- Dear PyGui: A Simple Python GUI framework https://github.com/hoffstadt/DearPyGui
- imgui_dojo: an easy setup example for imgui https://github.com/LiuZHolmes/imgui_dojo
- mahi-gui: Dirt Simple C++ GUI Toolkit using GLFW, glad, and ImGui https://github.com/mahilab/mahi-gui
- sdl-bgfx-imgui-starter: A starter project for graphics applications https://github.com/pr0g/sdl-bgfx-imgui-starter
- Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: https://github.com/urddru/imgui-glfw
- Dear PyGui: A Simple Python GUI framework https://github.com/hoffstadt/DearPyGui
- ImDuino (ESP32+TFT+ImSoft+ImGui example): https://github.com/LAK132/ImDuino
### Ports and Rewrites
- See: [Bindings/Ports and Rewrites](https://github.com/ocornut/imgui/wiki/Bindings/_edit#port-rewrites)
### Notable forks