Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 523 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 523 Bytes

Liveplot

Live plotting with OpenGL. This Haskell library allows feeding live data via Pipes to OpenGL plots.

Currently only 2D line plot is supported. Multiple plots can be run simultaneously, layout description interface needs work though.

demo.jpg

Requires

Building

stack build
stack exec liveplot # for demo app

Examples

See Graphics.Liveplot.Demo for usage example.