1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-17 11:08:42 +01:00

Fenestra

omar 2024-09-10 16:15:09 +02:00
parent 8449109121
commit 9f7251f291

@ -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)