1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

Update README.md

This commit is contained in:
Evan Pezent 2020-04-30 09:25:28 -05:00 committed by GitHub
parent 9948813674
commit 413639bce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,4 +86,5 @@ A: Yes, you can use the C binding, [cimplot](https://github.com/cimgui/cimplot)
## See Also
[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