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

Updated Home (markdown)

Jonathan Hoffstadt 2020-07-08 12:36:52 -05:00
parent 1710e72960
commit 8d92dd8762

@ -167,6 +167,7 @@ Thank you to every past and present [[Sponsors]] for making this project possibl
### Example Apps, Framework
(Please also check our [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder in the repo)
- MarvelSandbox: A Simple Python GUI framework https://github.com/RaylockLLC/MarvelSandbox
- Starter project for portable app with optional GUI (GLFW/ImGui) https://github.com/abdes/asap
- Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: https://github.com/urddru/imgui-glfw
- Bimpy: bundled imgui for python: https://github.com/podgorskiy/bimpy
@ -174,7 +175,6 @@ Thank you to every past and present [[Sponsors]] for making this project possibl
- imgui_dojo: an easy setup example for imgui https://github.com/LiuZHolmes/imgui_dojo
- mahi-gui: Dirt Simple C++ GUI Toolkit using GLFW, glad, and ImGui https://github.com/mahilab/mahi-gui
- sdl-bgfx-imgui-starter: A starter project for graphics applications https://github.com/pr0g/sdl-bgfx-imgui-starter
- MarvelSandbox: A Simple Python GUI framework https://github.com/RaylockLLC/MarvelSandbox
### Rust