Haskell bindings for https://github.com/epezent/implot
Go to file
2022-07-23 01:12:16 +02:00
dear-imgui.hs@4c9b76aed5 sharedLib-foo 2022-07-23 01:12:16 +02:00
implot@7a470b2e17 compiles and works again. 2022-07-19 23:05:58 +02:00
src/DearImGui added withPlot 2022-07-21 00:42:39 +02:00
.gitignore At least it compiles 😅 2022-03-18 19:30:15 +01:00
.gitmodules links correctly now. 2022-03-23 18:27:10 +01:00
cabal.project compiles and works again. 2022-07-19 23:05:58 +02:00
CONTRIBUTING.md initial version based on bare minimum-fork for structure 2022-03-14 18:43:27 +01:00
dear-implot.cabal sharedLib-foo 2022-07-23 01:12:16 +02:00
imgui links correctly now. 2022-03-23 18:27:10 +01:00
LICENSE Initial summon 2021-02-21 21:02:35 +00:00
README.md At least it compiles 😅 2022-03-18 19:30:15 +01:00

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