dear-implot.hs/README.md

18 lines
359 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
2022-03-18 18:30:15 +00:00
To build the project, make sure the subprojects are checked out recursively:
2021-02-21 22:55:19 +00:00
```ShellSession
2022-03-18 18:30:15 +00:00
$ git submodule update --init --recursive
```
then
2021-02-21 22:55:19 +00:00
```ShellSession
$ cabal build
```