Radar Image Generation

Hello,

I am making an application to view real-time radar images. What I need to do is have a fixed size image and as more radar data comes in, add a couple vertical lines to the right side of the image and shift the entire image to the left, so that it appears that it is scrolling. I have tried using a wxBufferedDC, but it is much too slow for this application. What is the best way to do this?

Thanks,
Steve

Steven Theriault wrote:

Hello,

I am making an application to view real-time radar images. What I
need to do is have a fixed size image and as more radar data comes
in, add a couple vertical lines to the right side of the image and
shift the entire image to the left, so that it appears that it is
scrolling. I have tried using a wxBufferedDC, but it is much too
slow for this application. What is the best way to do this?

How are you doing the drawing and shifting?

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!