README 450 B

12345678
  1. ImPlot is an immediate mode, GPU accelerated plotting library for Dear
  2. ImGui. It aims to provide a first-class API that ImGui fans will love.
  3. ImPlot is well suited for visualizing program data in real-time or
  4. creating interactive plots, and requires minimal code to integrate.
  5. Just like ImGui, it does not burden the end user with GUI state
  6. management, avoids STL containers and C++ headers, and has no external
  7. dependencies except for ImGui itself.