An open API service indexing awesome lists of open source software.

https://github.com/astynax/dialogui-htk

HTk-based GUI for the Dialogui package
https://github.com/astynax/dialogui-htk

gui haskell library tk

Last synced: about 1 year ago
JSON representation

HTk-based GUI for the Dialogui package

Awesome Lists containing this project

README

          

## Dialogui HTk

[Tk](https://en.wikipedia.org/wiki/Tk_%28software%29)-based **GUI** for the Dialogui package.
Look [here](https://github.com/astynax/dialogui) for more info.

### How to build and run the example app

```shell
$ # building
$ stack build --flag dialogui-htk:buildExamples
$ # running
$ stack exec customized
```