@hackage / vty-examples

Examples programs using the vty library.

Version Deprecated package5.5.0

About

Metadata

  • Last updated , by CoreyOConnor
  • License BSD-3-Clause
  • Categories GUI
  • Maintained by: Corey O'Connor (coreyoconnor@gmail.com)

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types.

vty-interactive-terminal-test - interactive test. Useful for building a bug report for vtys author. vty-event-echo - view a input event log for vty. Example of interacting with user. vty-rogue - A bad rogue-like game. Go from the entrance to exit. Example of layers vty-benchmark - benchmarks vty. A series of tests that push random pictures to the terminal.

© Corey O'Connor; BSD3 license.