On Mon, 25 May 2009, Tracy Harms wrote: > J has several good options for graphical display of results, but there > may be other things that would be worth building interface to. One > that has come to my attention is the Cairo graphics library: > > http://cairographics.org/ > > An example of it in use can be found here: > > http://www.hatfulofhollow.com/posts/code/visualisingsorting/index.html > > Am I wrong in thinking this goes beyond what J currently facilitates?
I also suggested cairographics awhile ago. Now (linux) J can use cairo with its gtk addon, First you install gtk addon from pacman, then study its few examples provided. Finally you should be able to write simple hello world example. untested. http://webcvs.cairographics.org/cairo-demo/gtk/hello.c -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩241 李端 聽箏 鳴箏金粟柱 素手玉房前 欲得周郎顧 時時誤拂絃 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
