[Haskell-cafe] Review request for "platform independent interactive graphics" with VNC

Krzysztof Skrzętnicki gtener at gmail.com
Thu Feb 3 12:23:43 CET 2011


One thing to notice:
$ cabal install network-server

is needed.

Best regards,
Krzysztof Skrzętnicki

On Thu, Feb 3, 2011 at 12:15, C K Kashyap <ckkashyap at gmail.com> wrote:

> Hi,
> I've been working on a Haskell based platform independent graphics
> rendering
> using VNC. I'd like it very much if you could take a look at it and give me
> feedback. Using it is straight forward -
>
> git clone git at github.com:ckkashyap/Chitra.git
> cd Chitra
> make
> ./Main 100 100 5900
>
> Main starts off a vncserver listening on port 5900. A standard vncviewer
> can be
> used to connect to 'localhost' and you can see a 100 x 100 screen. Clicking
> on
> the screen will set the pixel on the click location.
>
> What I eventually want to do is somehow integrate this piece with GHCI in
> such
> a manner that one can use GHCI to draw things on the VNC buffer.
>
> Regards,
> Kashyap
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110203/efa47ec3/attachment.htm>


More information about the Haskell-Cafe mailing list