Re: [Haskell-cafe] Haskell GUI

2011-02-16 Thread Heinrich Apfelmus
Chris Smith wrote: Mihai Maruseac wrote: Right now, I am unsure on what is best to use. Can someone give me any hints on which is the most kept-to-date and most supported GUI library? It would be hard to beat Gtk2Hs if you're looking for mature, solid, up to date, and widely used. Gtk2Hs

Re: [Haskell-cafe] Haskell GUI

2011-02-16 Thread Lyndon Maydwell
OpenGL + GLUT has always been very reliable for me. On Wed, Feb 16, 2011 at 5:11 PM, Heinrich Apfelmus apfel...@quantentunnel.de wrote: Chris Smith wrote: Mihai Maruseac wrote: Right now, I am unsure on what is best to use. Can someone give me any hints on which is the most kept-to-date and

Re: [Haskell-cafe] Haskell GUI

2011-02-16 Thread Felipe Almeida Lessa
On Wed, Feb 16, 2011 at 11:26 AM, Lyndon Maydwell maydw...@gmail.com wrote: OpenGL + GLUT has always been very reliable for me. I don't think this OpenGL + GLUT combination works well for user interfaces in the sense that you have to build everything from the ground up. Cheers! -- Felipe.

Re: [Haskell-cafe] Haskell GUI

2011-02-16 Thread Lyndon Maydwell
That's true, but I've not had any luck with any other GUI libraries :( On Wed, Feb 16, 2011 at 9:35 PM, Felipe Almeida Lessa felipe.le...@gmail.com wrote: On Wed, Feb 16, 2011 at 11:26 AM, Lyndon Maydwell maydw...@gmail.com wrote: OpenGL + GLUT has always been very reliable for me. I don't

[Haskell-cafe] Haskell GUI

2011-02-15 Thread Mihai Maruseac
Hi, I'd like to start a new project in Haskell, this time using an user interface. Looking at [1] I found that there are several of them listed there. However, the list there is very long. Right now, I am unsure on what is best to use. Can someone give me any hints on which is the most

Re: [Haskell-cafe] Haskell GUI

2011-02-15 Thread Chris Smith
On Tue, 2011-02-15 at 20:20 +0200, Mihai Maruseac wrote: Right now, I am unsure on what is best to use. Can someone give me any hints on which is the most kept-to-date and most supported GUI library? It would be hard to beat Gtk2Hs if you're looking for mature, solid, up to date, and widely

Re: [Haskell-cafe] Haskell GUI

2011-02-15 Thread Mihai Maruseac
On Tue, Feb 15, 2011 at 8:20 PM, Mihai Maruseac mihai.marus...@gmail.com wrote: Hi, I'd like to start a new project in Haskell, this time using an user interface. Looking at [1] I found that there are several of them listed there. However, the list there is very long. Right now, I am unsure

Re: [Haskell-cafe] Haskell GUI on top of Xlib?

2005-11-28 Thread Einar Karttunen
On 26.11 22:00, Dimitry Golubovsky wrote: Thanks Duncan for this link: a very interesting reading. Duncan Coutts wrote: Are you aware of the XCB library: http://xcb.freedesktop.org/ I managed to parse the XCB XML protocol descriptions to Haskell data structures, next I'll try to emit

Re: [Haskell-cafe] Haskell GUI on top of Xlib?

2005-11-28 Thread Dimitry Golubovsky
Einar, Are you talking about packet handling level only (i. e. same as I have now), or do you also have any of their transport algorithms (lazy request sending/response retrieval) implemented? Einar Karttunen wrote: I managed to parse the XCB XML protocol descriptions to Haskell data

Re: [Haskell-cafe] Haskell GUI on top of Xlib?

2005-11-26 Thread Duncan Coutts
On Sat, 2005-11-26 at 00:17 -0500, Dimitry Golubovsky wrote: Do there exist Haskell graphics/UI toolkits implemented on top of the X11 library (Xlib) without any intermediate C/C++ libraries (i. e. not WxHaskell for example)? I have a very low level client-side interface to the X11

Re: [Haskell-cafe] Haskell GUI on top of Xlib?

2005-11-26 Thread Dimitry Golubovsky
Thanks Duncan for this link: a very interesting reading. Duncan Coutts wrote: Are you aware of the XCB library: http://xcb.freedesktop.org/ Indeed they mention that Haskell would be an obvious target for this: http://xcb.freedesktop.org/wiki/XCBToDo I haven't looked at their API

[Haskell-cafe] Haskell GUI on top of Xlib?

2005-11-25 Thread Dimitry Golubovsky
Do there exist Haskell graphics/UI toolkits implemented on top of the X11 library (Xlib) without any intermediate C/C++ libraries (i. e. not WxHaskell for example)? I have a very low level client-side interface to the X11 protocol implemented in pure Haskell (layout of protocol packets