From c6b23ae56834fbdfd60cce87bd20143aba57dd8a Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 11 Jan 2021 19:08:54 +0100 Subject: [PATCH] Ports and Rewrites --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e0f15c1..ed14359 100644 --- a/Home.md +++ b/Home.md @@ -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