Haskell bindings for https://github.com/epezent/implot
Go to file
Tristan Cacqueray 1fc62e7fc1 Add demo
2021-02-21 23:12:07 +00:00
imgui@a8f76c23a4 Initial summon 2021-02-21 21:02:35 +00:00
implot@7234801868 Initial summon 2021-02-21 21:02:35 +00:00
src/DearImGui Add setNextPlotLimits 2021-02-21 23:09:20 +00:00
.gitignore Add demo 2021-02-21 23:12:07 +00:00
.gitmodules Initial summon 2021-02-21 21:02:35 +00:00
cabal.project Add demo 2021-02-21 23:12:07 +00:00
dear-implot.cabal Add demo 2021-02-21 23:12:07 +00:00
demo.png Add demo 2021-02-21 23:12:07 +00:00
LICENSE Initial summon 2021-02-21 21:02:35 +00:00
Main.hs Add demo 2021-02-21 23:12:07 +00:00
README.md Add demo 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