Registry / other / implot3d

implot3d

JSON →
library0.3vcpkgunverified

Immediate Mode 3D Plotting library for Dear ImGui, enabling interactive 3D visualizations.

vcpkg install implot3d
INSTALL
IMPORT
SIG · IMPLOT3D
I
implot3d
othercppv0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

implot3d/implot3d.h
#include <implot3d/implot3d.h>

Creates a 3D plot and plots a line from data arrays.

#include <implot3d/implot3d.h> #include <imgui.h> int main() { // Inside ImGui render loop ImPlot3D::BeginPlot("3D Plot"); ImPlot3D::PlotLine("Line", x_data, y_data, z_data, 100); ImPlot3D::EndPlot(); return 0; }
Debug
Known issues
gotchaRequires Dear ImGui and ImPlot to be linked and initialized before use.
fix
Ensure ImGui::Init() and ImPlot::CreateContext() are called before using ImPlot3D.
affects: *
Upgrade
Version history
0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

implot3d — pip install implot3d · libregistry