Tristan Cacqueray 1fc62e7fc1 Add demo
2021-02-21 23:12:07 +00:00
2021-02-21 21:02:35 +00:00
2021-02-21 21:02:35 +00:00
2021-02-21 23:09:20 +00:00
2021-02-21 23:12:07 +00:00
2021-02-21 21:02:35 +00:00
2021-02-21 23:12:07 +00:00
2021-02-21 23:12:07 +00:00
2021-02-21 23:12:07 +00:00
2021-02-21 21:02:35 +00:00
2021-02-21 23:12:07 +00:00
2021-02-21 23:12:07 +00:00

implot binding

This project contains Haskell bindings to the dear-imgui implot project.

The demo shows a LinePlot of a pulseaudio input:

Contribute

To build the project and the demo, make sure these projects are cloned:

  • ./github.com/haskell-game/dear-imgui.hs/
  • ./github.com/TristanCacqueray/pipes-pulse-simple/
  • ./github.com/TristanCacqueray/dear-implot.hs/

Then run:

$ cabal build
$ cabal run test
Description
Languages
Haskell 100%