On Mon, 14 Feb 2005, Nicolas Neuss wrote:

> I have data from a simulation living on a structured grid of a square
> format of N x M data values (e.g. N=M=512).  At the moment, I am writing
> those to a .pgm file and visualize it externally.  However, it would be
> nice if I could avoid this writing/reading of the data and could just call
> some routine with the address of the data space to do the visualization.
> Since I have not done graphics with CL before, I wanted to ask first about
> hints for the best way to do this.  How would you do this?  Perhaps CLX?

The way I do it is via a homebrew library that's based on clg with many 
extensions (hence, gtk). If you want it, I can give you the .deb - I did 
not release it so far, as I consider this work in progress.

It also has support for gtkglarea widgets and much more.

-- 
regards,               [EMAIL PROTECTED]              (o_
 Thomas Fischbacher -  http://www.cip.physik.uni-muenchen.de/~tf  //\
(lambda (n) ((lambda (p q r) (p p q r)) (lambda (g x y)           V_/_
(if (= x 0) y (g g (- x 1) (* x y)))) n 1))                  (Debian GNU)


Reply via email to