dear-implot.hs/README.md

18 lines
359 B
Markdown

# implot binding
This project contains Haskell bindings to the
[dear-imgui](https://github.com/ocornut/imgui)
[implot](https://github.com/epezent/implot) project.
## Contribute
To build the project, make sure the subprojects are checked out recursively:
```ShellSession
$ git submodule update --init --recursive
```
then
```ShellSession
$ cabal build
```