One thing to notice:
Hi,I've been working on a Haskell based platform independent graphics renderingusing VNC. I'd like it very much if you could take a look at it and give mefeedback. Using it is straight forward -git clone git@github.com:ckkashyap/Chitra.gitcd Chitramake./Main 100 100 5900Main starts off a vncserver listening on port 5900. A standard vncviewer can beused to connect to 'localhost' and you can see a 100 x 100 screen. Clicking onthe screen will set the pixel on the click location.What I eventually want to do is somehow integrate this piece with GHCI in sucha manner that one can use GHCI to draw things on the VNC buffer.Regards,Kashyap
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe