- Look at https://github.com/epezent/implot/blob/master/implot.h for things you need
- wrap them in
src/DearImGui/Raw/Plot.hslike shown there - write a thin user-facing wrapper in
src/DearImGui/Plot.hswith normal Haskell-Types (and not things likeCInt,Ptr Fooetc.) - submit a PR
To have things work the version of dear-implot is very tightly bound to the
soucecode-versions of imgui used in dear-imgui and the corresponding
implot used here.