mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2024-11-14 17:07:01 +00:00
18 lines
359 B
Markdown
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
|
|
```
|