SkillAgentSearch skills...

QPlot3D

3D plot widget for QT

Install / Use

/learn @pstrom77/QPlot3D
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

QPlot3D

QPlot3D is intended to be a lightweight 3D plot library for QT based on OpenGL.

Example

  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

Related Skills

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated6mo ago
Forks11

Languages

C++

Security Score

82/100

Audited on Sep 5, 2025

No findings