Re: Remedy for slothful NSMovieViews?
Re: Remedy for slothful NSMovieViews?
- Subject: Re: Remedy for slothful NSMovieViews?
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 3 Jun 2001 00:46:50 +0200
On Sunday, June 3, 2001, at 12:07 , Michael Rogers wrote:
I'm trying to get an NSMovieView (represented in the code below by a
theatre object) to bounce around in an NSWindow (enclosingWindow).
Is there something, I can do to optimize this?
Yeah, get a faster processor *g*
Some things are just not possible with Quartz on slow computers.
However, rendering to a offscreen image (probably inside video memory)
might help. Or try to use OpenGL (see WWDC examples).
andy
--
Description forthcoming.