# QPlot3D **Repository Path**: lhnows/QPlot3D ## Basic Information - **Project Name**: QPlot3D - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2021-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QPlot3D QPlot3D is intended to be a lightweight 3D plot library for QT based on OpenGL. ## Example ```c++ QCurve3D curve(); curve.addData(0,0,0); curve.addData(QVector3D(1,1,1); curve.setColor(Qt::green); QPlot3D plot; plot.addCurve(&curve); plot.show(); ``` ## Screenshot ![Screenshot](https://raw.github.com/pstrom77/QPlot3D/master/screenshot.png "Screenshot")