On Sun, May 1, 2011 at 8:10 AM, eveningnick eveningnick
<eveningn...@gmail.com> wrote:
> I am trying to find a way to display a set of images serially on
> window. As far as i understood reading Apple programming guides (Core
> image, OpenGL) and samples,  NSOpenGLView is the optimal choice for
> the task, since it offers asynchrony and delegates anything possible
> to the GPU.

For just showing pictures, this is total overkill. Can you be more
specific about what you're trying to do? Are you generating or playing
back an animation, or just displaying static pictures?

> An ordinary NSView's subclass does the same job perfectly. But i also
> need to play a movie and display it in a view, and according to
> samples NSOpenGLView is the preferred way.

The preferred way to play movies is the same as anything else: use the
highest level of abstraction that you can. Usually that's QTKit.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to