<meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>Hi,</div><div>I&#39;ve been working on a Haskell based platform independent graphics rendering</div>
<div>using VNC. I&#39;d like it very much if you could take a look at it and give me</div><div>feedback. Using it is straight forward -</div><div><br></div><div>git clone git@github.com:ckkashyap/Chitra.git</div><div>cd Chitra</div>
<div>make</div><div>./Main 100 100 5900</div><div><br></div><div>Main starts off a vncserver listening on port 5900. A standard vncviewer can be</div><div>used to connect to &#39;localhost&#39; and you can see a 100 x 100 screen. Clicking on</div>
<div>the screen will set the pixel on the click location.</div><div><br></div><div>What I eventually want to do is somehow integrate this piece with GHCI in such</div><div>a manner that one can use GHCI to draw things on the VNC buffer.</div>
<div><br></div><div>Regards,</div><div>Kashyap</div><div><br></div><font color="#888888"></font></span><font color="#888888"></font>