From 99488136745fc7b2de329d4d61af56af01a3753d Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Thu, 30 Apr 2020 09:25:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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