Hello, 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?
Thank you for any information, Nicolas.
