From cb7960c15006e75f3f76359daa63c169246bc16a Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 16 Jul 2019 11:41:26 -0700 Subject: [PATCH] Node graph editors --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index beff164..b911c98 100644 --- a/Home.md +++ b/Home.md @@ -99,6 +99,12 @@ Feel free to edit and contribute! - imgui-ws: ImGui over WebSockets https://github.com/ggerganov/imgui-ws - Android GLES3 stub with RemoteImGui: https://github.com/CedricGuillemet/AndroidAppViewer +### Node graph editors + +- imgui-node-editor: https://github.com/thedmd/imgui-node-editor +- ImNodes: https://github.com/rokups/ImNodes +- Many more in this thread: https://github.com/ocornut/imgui/issues/306 + ### Other - ImDuino (ESP32+TFT+ImSoft+ImGui example): https://github.com/LAK132/ImDuino @@ -107,7 +113,6 @@ Feel free to edit and contribute! - Splitters: https://github.com/ocornut/imgui/issues/319 - Bezier widget (@r-lyeh) https://github.com/ocornut/imgui/issues/786 - Spinner + Loading Bar progress indicators: https://github.com/ocornut/imgui/issues/1901 -- Node graph editors: https://github.com/ocornut/imgui/issues/306 - Log Window: https://github.com/ocornut/imgui/issues/300 - ImHotKey (Hotkey Editor): https://github.com/CedricGuillemet/ImHotKey - IP Entry Box (@adam4813) https://github.com/ocornut/imgui/issues/388