Re: Branch: Drawing noise in Cocoa (preferably fast)

2011-06-18 Thread Seth Willits
On Jun 17, 2011, at 7:29 PM, Ken Tozier wrote: > Keying off Stephen's idea of drawing noise quickly, I came up with a solution > that I can use for my own purposes. It seems like splitting up large image > manipulations for execution on different processor cores could be a good > introduction t

Branch: Drawing noise in Cocoa (preferably fast)

2011-06-17 Thread Ken Tozier
Keying off Stephen's idea of drawing noise quickly, I came up with a solution that I can use for my own purposes. It seems like splitting up large image manipulations for execution on different processor cores could be a good introduction to GCD and blocks. I read the intro to GCD docs but am st