On Thu, Sep 24, 2009 at 11:43 AM, Gabriel Zachmann <z...@tu-clausthal.de>wrote:
> I wrote a screen saver that basically zooms images at a frame rate of 10 > frames/sec. > > When running, it uses about 60% CPU ! > This could be a bit annoying sometimes, if there are other compute > intensive processes running, such as video conversions. > > Is there anything I could do to reduce the CPU usage of my screensaver? Use the video adapter to do the work instead of the CPU. Off the top of my head consider using... Core Animation, CGLayers, or dropping down to OpenGL. -Shawn _______________________________________________ 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