From 5ad701793bee410476eb661384bf6a54e54d6bcc Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 7 Feb 2021 19:13:45 +0100 Subject: [PATCH] imgui-app --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b5c7ca2..b485992 100644 --- a/Home.md +++ b/Home.md @@ -78,7 +78,8 @@ See [Releases](https://github.com/ocornut/imgui/releases) page for annotated cha ### Example Apps, Framework (Please also check our [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder in the repo, they work fine as started apps!) -- Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap +- asap: Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap +- imgui-app: amalgamation of Dear ImGui and Sokol into two files https://github.com/pplux/imgui-app/ - 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