[Haskell-cafe] Review request for "platform independent interactive graphics" with VNC
Christian Maeder
Christian.Maeder at dfki.de
Thu Feb 3 17:46:17 CET 2011
Am 03.02.2011 17:20, schrieb C K Kashyap:
> Oops, you can use git://github.com/ckkashyap/Chitra.git
> <http://github.com/ckkashyap/Chitra.git> - sorry about that.
> You can also visit https://github.com/ckkashyap/Chitra
Thanks, I cannot get it to run with my vncviewer (TightVNC Viewer
version 1.3.9)
How should I call vncviewer and your Main binary?
Cheers Christian
P.S. after getArgs in Main.hs use
case args of
[x, y, p] -> ...
_ -> putStrLn "usage: Main xres yres port"
instead of "!!"
More information about the Haskell-Cafe
mailing list