diff --git a/README.md b/README.md index 40ea3e6..8682f97 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,5 @@ A: Yes, you can use the C binding, [cimplot](https://github.com/cimgui/cimplot) - If you plan to render several thousands lines or points, then you should consider enabling 32-bit indices by uncommenting `#define ImDrawIdx unsigned int` in your `imconfig.h` file, OR handling the `ImGuiBackendFlags_RendererHasVtxOffset` flag in your renderer (the official OpenGL3 renderer supports this). If you fail to do this, then you may at some point hit the maximum number of indices that can be rendered. ## See Also -[ImGui Discussion Thread](https://github.com/ocornut/imgui/issues/3173) - +[ImPlot discussion](https://github.com/ocornut/imgui/issues/3173) - ImPlot discussion issue at the official ImGui repository +[imgui-plot](https://github.com/soulthreads/imgui-plot) - an alternate plotting widget by soulthreads