From 8438aa87a92faf1c73506f360020b5c169f20a14 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Fri, 24 Apr 2020 16:56:10 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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).