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
- Host: GitHub
- URL: https://github.com/astynax/dialogui-htk
- Owner: astynax
- License: bsd-3-clause
- Created: 2015-10-02T17:07:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T11:12:01.000Z (over 10 years ago)
- Last Synced: 2025-02-15T02:30:51.051Z (over 1 year ago)
- Topics: gui, haskell, library, tk
- Language: Haskell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```