mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2024-11-14 17:07:01 +00:00
Haskell bindings for https://github.com/epezent/implot
imgui@a8f76c23a4 | ||
implot@7234801868 | ||
src/DearImGui | ||
.gitignore | ||
.gitmodules | ||
cabal.project | ||
dear-implot.cabal | ||
demo.png | ||
LICENSE | ||
Main.hs | ||
README.md |
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