https://github.com/simre1/yampa-vty-example
An example how to use yampa with vty.
https://github.com/simre1/yampa-vty-example
frp haskell terminal vty yampa
Last synced: 2 months ago
JSON representation
An example how to use yampa with vty.
- Host: GitHub
- URL: https://github.com/simre1/yampa-vty-example
- Owner: Simre1
- License: mit
- Created: 2018-02-16T12:45:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T09:55:45.000Z (over 7 years ago)
- Last Synced: 2025-06-15T11:06:54.921Z (4 months ago)
- Topics: frp, haskell, terminal, vty, yampa
- Language: Haskell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yampa-vty-example
An example how to use yampa with vty.**AppInput.hs** Handle Input events from vty.
**AppState.hs:** Define the whole AppState and how it is rendered.
**MainSF:** The main signal function with the type signature **SF AppInput AppState**.
**Main.hs:** Glue code for yampa and vty. Sets minimal FPS.