dear-implot.hs/README.md

18 lines
319 B
Markdown
Raw Normal View History

2021-02-21 19:04:25 +00:00
# implot binding
2021-02-21 22:55:19 +00:00
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:
2021-02-21 22:55:19 +00:00
```ShellSession
$ git submodule update --init
```
then
2021-02-21 22:55:19 +00:00
```ShellSession
$ cabal build
```