slackbuilds/graphics/implot
Steven Voges d1da544248
graphics/implot: Updated for version 0.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-09 10:14:04 +07:00
..
CMakeLists.txt graphics/implot: Added (Plotting Library) 2022-09-04 13:01:40 +01:00
README graphics/implot: Added (Plotting Library) 2022-09-04 13:01:40 +01:00
implot.SlackBuild graphics/implot: Updated for version 0.16. 2023-09-09 10:14:04 +07:00
implot.info graphics/implot: Updated for version 0.16. 2023-09-09 10:14:04 +07:00
slack-desc graphics/implot: Added (Plotting Library) 2022-09-04 13:01:40 +01:00

README

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.