Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

114 Commits

Repository files navigation

QtQuickPlotScene

QtQuickPlotScene is a collection of QtQuick items for data visualization in Qt6.

NOTE: This project is a work-in-progress continuation of QmlPlotting. Some functionality is still missing and requires porting from Qt5 to Qt6.

XY Plot2D DataContainers

Building / Including

QtQuickPlotScene is based on Qt 6.2 and uses CMake for building. For applications built with CMake you can fetch and add the library to your build process..

# Fetch and include QtQuickPlotSceneinclude(FetchContent)
FetchContent_Declare(qtquickplotscene
GIT_TAG master # <- Ideally this should be a specific tag, not a branchGIT_REPOSITORY https://github.com/pwuertz/QtQuickPlotScene.git
SOURCE_SUBDIR"QtQuickPlotScene"
)
FetchContent_MakeAvailable(qtquickplotscene)

.. and add the library to your application(s) dependencies

target_link_libraries(applicationPRIVATEQtQuickPlotScene::QtQuickPlotScene)

Documentation

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

License

QtQuickPlotScene is available under the MIT license.

About

Basic components for creating plot scenes in QtQuick

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages