Re: QuickTime Animation Rendering

2009-08-28 Thread Kevin Cathey
You might be able to get more help on the quartz-dev mailing list. Kevin On 28 Aug 2009, at 02:32, Jean-Daniel Dupas wrote: Le 28 août 2009 à 03:31, Kevin Cathey a écrit : (1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell

Re: QuickTime Animation Rendering

2009-08-28 Thread Jean-Daniel Dupas
Le 28 août 2009 à 03:31, Kevin Cathey a écrit : (1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell some object to write to file? If so, how? Yes, check out CARenderer. This will require some knowledge of OpenGL to do it com

Re: QuickTime Animation Rendering

2009-08-27 Thread Kevin Cathey
(1) Is there a way for me to create the animations with CoreAnimation Layers (CALayer and sublayers) and simply tell some object to write to file? If so, how? Yes, check out CARenderer. This will require some knowledge of OpenGL to do it completely correctly. See rendering to a framebuffer:

QuickTime Animation Rendering

2009-08-25 Thread Christopher J Kemsley
Hi all, I have a project where I will be drawing nothing more than simple circles with lines connecting them. At some point, I will be animating these lines and circles to move them to another position. I would like to: (1) Display these, animated, on the screen; and (2) Render the animat