From 3f6d406ae0afc5333cc8fdfec144540687abbf5d Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 16 Dec 2019 23:24:09 +0100 Subject: [PATCH] ImTui --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 84fa1a3..c222ff5 100644 --- a/Home.md +++ b/Home.md @@ -126,13 +126,16 @@ 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 +### Terminal / Text mode +- ImTui: Immediate Mode Text-based User Interface https://github.com/ggerganov/imtui +- tear imgui: Experiment for a terminal-based renderer for imgui https://github.com/jonvaldes/tear_imgui + ### Other - imgui_freetype renderer: [imgui/misc/freetype/](https://github.com/ocornut/imgui/tree/master/misc/freetype) (in main repo) - ImDuino (ESP32+TFT+ImSoft+ImGui example): https://github.com/LAK132/ImDuino - Input / IO queue for very low framerate applications: https://gist.github.com/ocornut/8417344f3506790304742b07887adf9f - [[Screenshot Tool|screenshot_tool]] -- tear imgui: Experiment for a terminal-based renderer for imgui https://github.com/jonvaldes/tear_imgui ### Building / Packaging Cruft