An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# QCustomPlot Demo with realtime animation

![alt tag](screenshot.png)

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/