Re: [Haskell-cafe] FLTK GUI Binding in progress. Call for participation.

2013-09-09 Thread aditya siram
Thanks for your input. However from an API coverage standpoint I think I further along than that project. Also it hasn't been updated since 2008. That said it seems to have a nice interface. Should I emulate that? One of my main goals for starting this thread (besides getting help) was to start

Re: [Haskell-cafe] FLTK GUI Binding in progress. Call for participation.

2013-09-09 Thread Heinrich Apfelmus
aditya siram wrote: Thanks for your input. However from an API coverage standpoint I think I further along than that project. Also it hasn't been updated since 2008. That said it seems to have a nice interface. Should I emulate that? One of my main goals for starting this thread (besides

[Haskell-cafe] FLTK GUI Binding in progress. Call for participation.

2013-09-08 Thread aditya siram
Hi all, I'm working on a FLTK [1] GUI binding [2]. The attraction of FLTK is that it is portable across many platforms, meaning it is easy to: 1. provide a binary for your application that works without installing anything else. eg. no need to install X on Mac. Just double-click! 2. develop on

Re: [Haskell-cafe] FLTK GUI Binding in progress. Call for participation.

2013-09-08 Thread John Lask
On 9/09/2013 7:09 AM, aditya siram wrote: Hi all, I'm working on a FLTK [1] GUI binding [2]. The attraction of FLTK is that there is an existing binding on hackage: hs-fltk library: Binding to GUI library FLTK which I understand is quite serviceable. Perhaps effort could be directed on