Haskell bindings for https://github.com/epezent/implot
Go to file
Nicole Dresselhaus 46b499e864
At least it compiles 😅
2022-03-18 19:30:15 +01:00
dear-imgui.hs@e5969f6b35 At least it compiles 😅 2022-03-18 19:30:15 +01:00
implot@b47c8bacdb updated submodules. ImGUI now at 1.81, implot at master (post 0.12, pre 0.13) 2022-03-14 20:00:31 +01:00
src/DearImGui At least it compiles 😅 2022-03-18 19:30:15 +01:00
.gitignore At least it compiles 😅 2022-03-18 19:30:15 +01:00
.gitmodules At least it compiles 😅 2022-03-18 19:30:15 +01: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 At least it compiles 😅 2022-03-18 19:30:15 +01:00
dear-implot.cabal At least it compiles 😅 2022-03-18 19:30:15 +01:00
imgui At least it compiles 😅 2022-03-18 19:30:15 +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