ive been experimenting with sparrow over the past week or so. awesome lib.
is there any way to avoid rendering on a nstimer.?! or at least drop the timer to fire every 1sec (or therabout) as a backup.
yet i want to render on events on touch events or changed in some critical attributes: size, color, position, etc.
im examining the demo code. the scenes 'multitouch' , 'text' , has no need to render at 30 - 60 fps. when sparrowview.framerate = 1.0f. the animation is drastically effected.
ideally, it wil render only touched objects that have changed, that would be a super christmas present. a bulk render of nsdrawableobjects when one changes is ok. and christmas is over.
im guessing its possible and SPEvent has something to do with it.
any pointers would be appreciated.