From a09cca5329d223fcababb7cc512acf70d82f9cbf Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Sun, 6 Sep 2020 19:43:38 -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 b36f95f..f815e92 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # ImPlot ImPlot is an immediate mode, GPU accelerated plotting library for [Dear ImGui](https://github.com/ocornut/imgui). It aims to provide a first-class API that ImGui fans will love. ImPlot is well suited for visualizing program data in real-time or creating interactive plots, and requires minimal code to integrate. Just like ImGui, it does not burden the end user with GUI state management, avoids STL containers and C++ headers, and has no external dependencies except for ImGui itself. - + - +