Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 475 Bytes

QCustomPlot Demo with realtime animation

alt tag

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/