ANNOUNCE: brick 0.1 released (deprecates vty-ui)
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
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!
participants (2)
-
Jonathan Daugherty -
Jonathan Paugh