A high-level user interface library for terminal applications written in Haskell.
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
Visit the releases page for a full release history, manuals, etc.
vty-ui
is hosted on
GitHub.