# DataVis **Repository Path**: lengyue/data-vis ## Basic Information - **Project Name**: DataVis - **Description**: 基于Qt的流数据分析与可视化软件(DSP & Visualization) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2022-07-13 - **Last Updated**: 2022-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataVis #### 介绍 用于流数据的实时分析与显示。 #### 依赖库 - [blitz](https://github.com/blitzpp/blitz/) - inline,无须单独编译 - [exprtkX](https://gitee.com/koala999/exprtk-x/) - [KDDockWidgets](https://github.com/KDAB/KDDockWidgets/) - [kfr](https://www.kfr.dev/) - inline,无须单独编译 - [libsndfile](http://libsndfile.github.io/libsndfile/) - [praat](https://www.fon.hum.uva.nl/praat/) - inline,无须单独编译 - [QCustomPlot](https://www.qcustomplot.com/) - [QtnProperty](https://github.com/koala999cn/QtnProperty/) - [readerwriterqueue](https://github.com/cameron314/readerwriterqueue/) - inline,无须单独编译 - [rtaudio](http://www.music.mcgill.ca/~gary/rtaudio/) - [smarc](http://audio-smarc.sourceforge.net/) #### 编译 Qt6 + MSVC2019 #### ScreenShots 线形图演示: ![线形图](screenshots/line_plot.gif) 柱状图演示: ![柱状图](screenshots/bar_plot.gif) 颜色映射图演示: ![颜色映射图](screenshots/color_map.gif)