Re: Quartz Composer?
Re: Quartz Composer?
- Subject: Re: Quartz Composer?
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 5 Feb 2007 11:15:17 -0800
On Feb 4, 2007, at 11:55 AM, William Squires wrote:
Dumb question, but...
Is there some way to take the 'gadgets' (I don't really have a
better word, as 'widgets' is already taken :) ) created in Quartz
Composer and turn them into ObjC code? I'm guessing it's using
OpenGL, right?
I know you can make a screensaver with them, but what about code?
Better yet, is there an XCode project template for creating a simple
ObjC program that will do all the 'housekeeping' for OpenGL, that I
could plug such code into?
There's a very simple way to use your compositions in a Cocoa app;
just drop a QCView into a window, and make it load the composition in
question. There's also a more complicated way, using QCRenderer to
render onto a GL surface.
See the Quartz Composer Programming Guide, which you can find in your
Xcode documentation window.
-jcr
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden