https://github.com/berndporr/qcustomplotdemo
Demonstrates how to use Qcustomplot for both realtime and offline data plotting.
https://github.com/berndporr/qcustomplotdemo
plotting qt5 realtime-rendering
Last synced: 8 months ago
JSON representation
Demonstrates how to use Qcustomplot for both realtime and offline data plotting.
- Host: GitHub
- URL: https://github.com/berndporr/qcustomplotdemo
- Owner: berndporr
- License: gpl-3.0
- Created: 2021-02-24T16:12:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T12:54:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-26T21:33:54.562Z (10 months ago)
- Topics: plotting, qt5, realtime-rendering
- Language: C++
- Homepage:
- Size: 419 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QCustomPlot Demo with realtime animation

Plots two random waves and one "realtime" wave by adding samples
continuously at at t=0.
## Required packages
Install the QT5 development packages:
```
apt-get install qtdeclarative5-dev-tools
apt-get install libqcustomplot-dev
```
## Build it
```
cmake .
make
```
## Run it
```
./qcustomplotdemo
```
## Credit
Based on the "interactive" example from Qcustomplot:
https://www.qcustomplot.com/