Haskell bindings for https://github.com/epezent/implot
Go to file
Nicole Dresselhaus 4379145f15 updated deps 2024-02-25 12:33:51 +01:00
dear-imgui.hs@acc4ff0788 updated deps 2024-02-25 12:33:51 +01:00
implot@18c72431f8 updated deps 2024-02-25 12:33:51 +01:00
src/DearImGui lifted to imgui 1.89.7 & implot master (1.89.7 fixes) 2023-07-18 00:47:32 +02:00
.gitignore At least it compiles 😅 2022-03-18 19:30:15 +01:00
.gitmodules lifted to imgui 1.89.7 & implot master (1.89.7 fixes) 2023-07-18 00:47:32 +02:00
CONTRIBUTING.md initial version based on bare minimum-fork for structure 2022-03-14 18:43:27 +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
cabal.project compiles and works again. 2022-07-19 23:05:58 +02:00
dear-implot.cabal lifted to imgui 1.89.7 & implot master (1.89.7 fixes) 2023-07-18 00:47:32 +02:00
imgui links correctly now. 2022-03-23 18:27:10 +01:00

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