1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-14 11:07:48 +01:00

imgui-app

omar 2021-02-07 19:13:45 +01:00
parent 807797960c
commit 5ad701793b

@ -78,7 +78,8 @@ See [Releases](https://github.com/ocornut/imgui/releases) page for annotated cha
### Example Apps, Framework
(Please also check our [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder in the repo, they work fine as started apps!)
- Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap
- asap: Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap
- imgui-app: amalgamation of Dear ImGui and Sokol into two files https://github.com/pplux/imgui-app/
- Bimpy: bundled imgui for python: https://github.com/podgorskiy/bimpy
- giu: Cross platform rapid GUI framework for golang based on Dear ImGui. https://github.com/AllenDang/giu
- Dear PyGui: A Simple Python GUI framework https://github.com/hoffstadt/DearPyGui