Plot widget, mahi gui

omar 2020-03-22 12:53:08 +01:00
parent 3177a262f2
commit 5340a7e756

@ -63,6 +63,7 @@ Thank you to every past and present [[Sponsors]] for making this project possibl
### Plotting, Graph ### Plotting, Graph
- imgui-plot (@soulthreads): https://github.com/soulthreads/imgui-plot and [#2747](https://github.com/ocornut/imgui/issues/2747) - imgui-plot (@soulthreads): https://github.com/soulthreads/imgui-plot and [#2747](https://github.com/ocornut/imgui/issues/2747)
- Another plotting widget (@epezent): [#3067](https://github.com/ocornut/imgui/issues/3067)
- Flame graph widget: https://github.com/ocornut/imgui/issues/2859 - Flame graph widget: https://github.com/ocornut/imgui/issues/2859
- Plot var helper: [[plot_var_example]] - Plot var helper: [[plot_var_example]]
@ -160,6 +161,7 @@ Thank you to every past and present [[Sponsors]] for making this project possibl
- Starter dear-imgui GLFW/OpenGL 3 based CMake C++ project: https://github.com/urddru/imgui-glfw - 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 - Bimpy: bundled imgui for python: https://github.com/podgorskiy/bimpy
- imgui_dojo: an easy setup example for imgui https://github.com/LiuZHolmes/imgui_dojo - 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
### Rust ### Rust