From 23d5b8869d88c1dd3a504b5fb197580e0bc7286c Mon Sep 17 00:00:00 2001 From: JamesBoer Date: Sat, 13 Mar 2021 16:11:58 -0800 Subject: [PATCH] Add ImFrame framework --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 4c24fb2..62f2578 100644 --- a/Home.md +++ b/Home.md @@ -148,6 +148,7 @@ If you are experienced with Dear ImGui, please consider helping people and answe - sdl-bgfx-imgui-starter: A starter project for graphics applications [github/pr0g/sdl-bgfx-imgui-starter](https://github.com/pr0g/sdl-bgfx-imgui-starter) - Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: [github/urddru/imgui-glfw](https://github.com/urddru/imgui-glfw) - ImDuino (ESP32+TFT+ImSoft+ImGui example): [github/LAK132/ImDuino](https://github.com/LAK132/ImDuino) +- ImFrame: Dear ImGui + GLFW C++ / CMake application framework: [github/JamesBoer/ImFrame](https://github.com/JamesBoer/ImFrame) ### Notable forks