[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Frequent update of image
|
Hi all,
I need to update parts of an image rather frequent. The image updates are generated with input from a 3rd party
hardware.
The update frequency might be as high as 30 times per seconds and the upate area is approx 400 x 500 pixels
We have managed to do this with native c++ code using a graphical open source lib, but we want to move this into
Eclipse.
So my question is basiclly how to do this with SWT? Separate thread for update, doing this with a native DLL etc.
// Markus