- Notifications
You must be signed in to change notification settings - Fork3
Basic components for creating plot scenes in QtQuick
License
pwuertz/QtQuickPlotScene
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
QtQuickPlotScene is a collection of QtQuick items for data visualization in Qt6.
NOTE: This project is a work-in-progress continuation ofQmlPlotting. Some functionality is still missing and requires porting from Qt5 to Qt6.
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(qtquickplotsceneGIT_TAGmaster# <- Ideally this should be a specific tag, not a branchGIT_REPOSITORYhttps://github.com/pwuertz/QtQuickPlotScene.gitSOURCE_SUBDIR"QtQuickPlotScene" )FetchContent_MakeAvailable(qtquickplotscene)
.. and add the library to your application(s) dependencies
target_link_libraries(applicationPRIVATEQtQuickPlotScene::QtQuickPlotScene)
A documentation of the API does not exist yet. Until then theexample application serves as a reference for using QtQuickPlotScene in other applications.
QtQuickPlotScene is available under theMIT license.
About
Basic components for creating plot scenes in QtQuick
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors2
Uh oh!
There was an error while loading.Please reload this page.