[Haskell-cafe] Review request for my encoding function
C K Kashyap
ckkashyap at gmail.com
Sat Jan 8 12:00:57 CET 2011
>
> 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
More information about the Haskell-Cafe
mailing list