slackbuilds_ponce/graphics/implot/README
Steven Voges 895cf023f7 graphics/implot: Added (Plotting Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
2022-09-04 13:01:40 +01:00

7 lines
450 B
Text

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.