summaryrefslogtreecommitdiffstats
path: root/graphics/implot/README
blob: cb96f0c13aba5dcacadc8c1b813e341b00b26995 (plain)
1
2
3
4
5
6
7
ImPlot is an immediate mode, GPU accelerated plotting library for Dear
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.