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

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.

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.