vty-ui

A high-level user interface library for terminal applications written in Haskell.

View the Project on GitHub jtdaugherty/vty-ui

vty-ui is a high-level user interface library for Haskell applications running in terminal emulators. It provides similar functionality to what you might expect from graphical toolkits like GTK and QT.

vty-ui is installable with cabal-install and builds with GHC up to version 7.10:

$ cabal update
$ cabal install vty-ui

Or install with the demos flag to build the demonstration programs:

$ cabal install vty-ui -fdemos

Latest Release

Previous Releases

Visit the releases page for a full release history, manuals, etc.

Contributing