Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

pstrom77/QPlot3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

3D plot widget for QT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published