On Thu, 27 Mar 2014 11:30:38 +0100, Chris Marshall <devel.chm...@gmail.com> wrote:

For simple 2D image visualization, I use the PDL::Graphics2D
imag2d routine.  It uses a simple GLUT window and OpenGL
to render the image.  Another minimalist option would be to save
as an image and use your favorite image viewing tool.

Many thanks, Chris, wasn't aware of this low-level interface. Seems to generally do the job.

Two questions tho:
- How do I get rid of the irritating "Can't locate package GLUquadricObjPtr for @OpenGL::Quad::ISA" warnings? (Yes, the script uses threads, but imag2d is only used in the parent thread). - Is there any way to disable twiddling and freezing up the script? (It's supposed to iterate and update the display without user intervention).

Thanks & best regards,

--Roland


--
Dr. Roland Schregle
Senior Research Associate

T direct: +41 41 349 39 77
roland.schre...@hslu.ch

Lucerne University of Applied Sciences and Arts
School of Engineering and Architecture
CC Envelopes and Solar Energy (EASE)
Technikumstrasse 21, CH-6048 Horw
T +41 41 349 33 11, F +41 41 349 39 60
www.hslu.ch/ccease

_______________________________________________
Perldl mailing list
Perldl@jach.hawaii.edu
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to