Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Magnus Therning
On Wed, Sep 30, 2009 at 5:35 AM, Jonathan Daugherty drcyg...@gmail.com wrote: vty-ui is: An extensible library of user interface widgets for composing and laying out Vty user interfaces. This library provides a collection of widgets and a type class for rendering widgets to Vty Images. Am I

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
Am I correct in saying that the collection of widgets contains a single widget type so far? ;-) Technically, four; vertical and horizontal boxes, a text string widget, and the List you mentioned. It only has a few types because I was just releasing early. I'm going to start using this in a

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Magnus Therning
On Thu, Oct 1, 2009 at 4:23 PM, Jonathan Daugherty drcyg...@gmail.com wrote: Am I correct in saying that the collection of widgets contains a single widget type so far?  ;-) Technically, four; vertical and horizontal boxes, a text string widget, and the List you mentioned.  It only has a few

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
# Nice. This sure beats how I've been doing it in the past. Out of # curiousity, can you talk about what you're doing with it? Yeah, I'd like to use this to write an administration tool for my dbmigrations package. I started doing it in hscurses and decided I needed to be able to live with the

Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-09-30 Thread Corey O'Connor
On Tue, Sep 29, 2009 at 9:35 PM, Jonathan Daugherty drcyg...@gmail.com wrote: vty-ui is: An extensible library of user interface widgets for composing and laying out Vty user interfaces. This library provides a collection of widgets and a type class for rendering widgets to Vty Images. Cool!

[Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-09-29 Thread Jonathan Daugherty
vty-ui is: An extensible library of user interface widgets for composing and laying out Vty user interfaces. This library provides a collection of widgets and a type class for rendering widgets to Vty Images. Get it from Hackage: http://hackage.haskell.org/package/vty-ui Or get the source