mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2024-11-14 00:57:00 +00:00
Haskell bindings for https://github.com/epezent/implot
dear-imgui.hs@e5969f6b35 | ||
implot@b47c8bacdb | ||
src/DearImGui | ||
.gitignore | ||
.gitmodules | ||
cabal.project | ||
CONTRIBUTING.md | ||
dear-implot.cabal | ||
imgui | ||
LICENSE | ||
README.md |
implot binding
This project contains Haskell bindings to the dear-imgui implot project.
Contribute
To build the project, make sure the subprojects are checked out recursively:
$ git submodule update --init --recursive
then
$ cabal build