c****s 发帖数: 3 | 1 Can anyone recommend a C library for fast implementation?
I have some images (2d matrix) and I just want to display
them in my own C interface. I'm writing the algorithm in
C to generate the images, and I need to display them.
No Matlab, and on Unix please. \\Bow! | l**p 发帖数: 474 | 2 it is very likely you already have opengl lib... check it.
【在 c****s 的大作中提到】 : Can anyone recommend a C library for fast implementation? : I have some images (2d matrix) and I just want to display : them in my own C interface. I'm writing the algorithm in : C to generate the images, and I need to display them. : No Matlab, and on Unix please. \\Bow!
| c****s 发帖数: 3 | 3 Thanks, loop. right, I'm seeking a good and simple API.
I'll take a look at opengl/glut. Is it easy to install
on unix for my own use (no admin access)? \\deep Bow!
【在 l**p 的大作中提到】 : it is very likely you already have opengl lib... check it.
|
|