Skip to content
forked from SciDAVis/qwtplot3d

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

alxpl/qwtplot3d

This branch is 1 commit behind SciDAVis/qwtplot3d:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

438c855 · Feb 10, 2021

History

42 Commits
Feb 10, 2021
Feb 3, 2021
Feb 6, 2017
Feb 5, 2021
Feb 7, 2021
Feb 7, 2021
Feb 10, 2021
Feb 10, 2021
Feb 6, 2017
Nov 9, 2020
Feb 7, 2021
Feb 1, 2021

Repository files navigation

QwtPlot3D

Introduction

QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets for programmers. The library is zlib licensed.

Features

  • Specialized widgets for surfaces, graphs etc.
  • Parametric Surfaces
  • Lighting (experimental)
  • User defined visual objects
  • Scaling, rotating, shifting, zooming of data sets and mathematical functions ( see Data Input Topics )
  • Interactive mouse and keyboard handling
  • Resolution changing on the fly
  • Reading from MESH data files :See the 'data' directory and NativeReader documentation for this . You will find example datasets here
  • Reading from FEM files
  • Flat (2D) labeling
  • Wireframe, filled polygons, hidden line
  • Floor projections (Isolines, Data)
  • Free configurable (labeling, numbering; linear, log or user-defined transformations) and autoscalable axes
  • Free color model
  • Flat/Gouraud shading
  • Color legends
  • Pixmap output (all Qt supported formats)
  • Vector output (PostScript, EPS and PDF) via gl2ps

More information can be found at https://github.com/SciDAVis/qwtplot3d

Build

git clone https://github.com/SciDAVis/qwtplot3d.git
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/path/where/to/install/qwtplot3d"
make
make install

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%