mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 18:28:53 -05:00
Update README.md
This commit is contained in:
parent
5a2d5c1504
commit
9948813674
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user