[Haskell] ANNOUNCE: brick 0.1 released (deprecates vty-ui)

Jonathan Daugherty cygnus at foobox.com
Wed Aug 12 01:33:40 UTC 2015


Hi,

I'm very excited to announce the first public release of brick, a new 
high-level library for making terminal user interfaces based on vty.  
This library deprecates vty-ui.  Folks depending heavily on vty-ui 
should contact me!

brick exposes a declarative interface for specifying terminal user
interfaces. If you have used gloss, you know what to expect: you can
specify your UI in a purely-functional style by defining a drawing
function and an event handler and you're off and running!

A feature overview can be found at

  https://github.com/jtdaugherty/brick#feature-overview

Check out the (many) demonstration programs and user guide at

  https://github.com/jtdaugherty/brick

or see the Haddock at

  http://hackage.haskell.org/package/brick

Enjoy!

-- 
  Jonathan Daugherty


More information about the Haskell mailing list