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

Jonathan Paugh jpaugh at gmx.us
Wed Aug 12 05:10:15 UTC 2015


This is awesome! I love the high-level view of ncurses-style (intense, 
custom) terminal manipulation.

Thank you!


On 08/11/2015 08:33 PM, Jonathan Daugherty wrote:
> 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!
>



More information about the Haskell mailing list