1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-13 18:50:58 +01:00

wiimag's framework

omar 2023-10-23 22:17:47 +02:00
parent 87624859c4
commit 07808def3d

@ -163,6 +163,7 @@ C/C++
- Walnut: simple application framework for Vulkan and Dear ImGui apps. [github/TheCherno/Walnut](https://github.com/TheCherno/Walnut)
- imgui-app: amalgamation of Dear ImGui and Sokol into two files [github/pplux/imgui-app](https://github.com/pplux/imgui-app)
- imgui_application: Tiny library for making c++ imgui-based apps (web & native) [github/inobelar/imgui_application](https://github.com/inobelar/imgui_application)
- wiimag's framework: C/C++ Application Framework for Windows, MacOS, and Linux. [github/wiimag/framework](https://github.com/wiimag/framework)
- Hello ImGui: enables quickly writing multiplatform apps with the simplicity of a "Hello World" app [github/pthom/hello_imgui](https://github.com/pthom/hello_imgui)
- imgui_dojo: an easy setup example for imgui [github/LiuZHolmes/imgui_dojo](https://github.com/LiuZHolmes/imgui_dojo)
- mahi-gui: Dirt Simple C++ GUI Toolkit using GLFW, glad, and ImGui [github/mahilab/mahi-gui](https://github.com/mahilab/mahi-gui)