From 9f7251f291ae3ea291d86ebc049e8d5ce6ded519 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 10 Sep 2024 16:15:09 +0200 Subject: [PATCH] Fenestra --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index cfbf225..afc8329 100644 --- a/Home.md +++ b/Home.md @@ -173,6 +173,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. C/C++ - asap: Starter project for portable app with optional GUI (GLFW/ImGui) [github/abdes/asap](https://github.com/abdes/asap) (2018-2024) - GGWeb: Template for making a GUI app with C++ / Dear ImGui / SDL / OpenGL / Emscripten that can run both natively and in the browser. [github/ggerganov/ggweb](https://github.com/ggerganov/ggweb) (2022) +- fenestra: an effort to create a cross-platform, free and open source Windowing and UI system based on SDL and ImGui. [github/WerWolv/Fenestra](https://github.com/WerWolv/Fenestra) (2024) - Walnut: simple application framework for Vulkan and Dear ImGui apps. [github/TheCherno/Walnut](https://github.com/TheCherno/Walnut) (2022-2023) - imgui-app: amalgamation of Dear ImGui and Sokol into two files [github/pplux/imgui-app](https://github.com/pplux/imgui-app) (2021-2022) - imgui_application: Tiny library for making c++ imgui-based apps (web & native) [github/inobelar/imgui_application](https://github.com/inobelar/imgui_application) (2023)