>
> data Color = C8 Word8 Word8 Word8
>           | C16 Word16 Word16 Word16
>           | C32 Word32 Word32 Word32

Thank you very much Ivan ...

I've been working on a VNC based platform independent graphics system
for haskell. The idea is that one could write graphics logic in
haskell that would get rendered into a bytestring that would get
displayed via vnc.

I have a partially working system here - https://github.com/ckkashyap/Chitra

I'd love to get some feedback on that as well.

Regards,
Kashyap

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to