Re: Fastest way of drawing to a view?
Re: Fastest way of drawing to a view?
- Subject: Re: Fastest way of drawing to a view?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 12 Jan 2004 19:17:29 +0100
At 17:22 Uhr +0000 12.01.2004, Jonathan del Strother wrote:
What's the fastest way of drawing this?
My current method something like this.:
This is all done using the Quartz 2d functions (eg CGContextAddRect,
CGContextBeginPage,
and so on).
Does anyone have any general tips to speed this up, or expensive
function calls that I should avoid?
In general, the fastest way to draw something is not to draw it at
all. So, be sure to only draw the critters that are actually visible
etc.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.