Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 994 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 994 Bytes

QmlPlotting

NOTE: This project is end-of-life. A follow-up based on Qt6 is being developed at QtQuickPlotScene.

QmlPlotting is a collection of QtQuick items for scientific data visualization bundled as QtQuick plugin.

XY Plot 2D Data Containers

Building

The QmlPlotting project and build process is based on QBS. The easiest way for building the plugin and running the examples is to open and build the project with a recent version of QtCreator. The minimum requirements for building QmlPlotting are Qt 5.9 (or later) and a compiler supporting C++14.

Documentation

A documentation of the API does not exist yet. Until then the example application serves as a reference for using QmlPlotting in custom applications.

License

QmlPlotting is available under the MIT license.