epezent/implot
Immediate Mode Plotting observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 96
- Release rhythm 46
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2325
- days_rel: 150
- days_push: 27
- n_releases_24m: 1
Adoption not part of the score
6202 stars · 690 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ImPlot is an immediate mode, GPU-accelerated plotting library built on Dear ImGui for rendering interactive real-time charts in C++ applications. It offers line, scatter, bar, heatmap, histogram, and pie plots with zoom, pan, and query controls while requiring no dependencies beyond ImGui.
Use cases
- plot real-time sensor data in a C++ desktop app
- add interactive charts to an ImGui-based tool
- visualize program data with minimal code
- render heatmaps and histograms in a game engine editor
- build a live dashboard with zoomable plots
- create candlestick or time-series plots in C++
When to choose
- your app already uses Dear ImGui and needs plotting
- you need real-time, high-performance GPU-rendered charts
- you want a lightweight C++ plotting library with no external dependencies
- you need interactive zoom, pan, and query controls
When to avoid
- you need publication-quality static plots for reports
- you want a standalone plotting tool without ImGui
- your project is Python or web-based rather than C++
- you need extensive chart types like 3D surface plots
Facets
library · maturity active
data-visualization charts ui-components graphics data-visualization developer-tools graphics cpp cross-platform imgui immediate-mode plotting gpu-accelerated real-time-plots desktop
1 source
- readme: https://github.com/epezent/implot · fetched 2026-08-28 · ccdbc006e08d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| epezent/implot | main | 79 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem