diff --git a/README.md b/README.md new file mode 100644 index 0000000..14fa1f7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ImPlot +Advanced 2D Plotting for Dear ImGui + +# Features + + +# Known Issues + +- Mouse scroll zooming on a plot that is in scrollable ImGui region will both zoom and scroll the window since there is no built in scroll capture for ImGui. The current workaround is to CTRL+Scroll the plot (this disables window scrolling).