- Quartz Composer - More fruity goodness from Cupertino
-
Having great fun this morning exploring the new Tiger development tools, in particular Quartz Composer.
Quartz Composer is a development tool provided with Mac OS X v10.4 for processing and rendering graphical data. Its visual programming environment is suited for:
Developing graphics processing modules without writing a single line of code Exploring the visual technologies available in Mac OS X without needing to learn the application programming interface (API) for that technology Quartz Composer brings together a rich set of graphical and nongraphical technologies, including Quartz 2D, Core Image, Core Video, OpenGL, QuickTime, MIDI System Services, and Real Simple Syndication (RSS), which is a lightweight XML format.
You use Quartz Composer to create compositions, which are graphical programs. Compositions can run autonomously, or you can incorporate them into an application. You can play back and interact with a composition from within an application by using a very straightforward runtime API or without any code at all by using a QCView, which is provided on the Quartz Composer palette in Interface Builder. Quartz Composer compositions are fully compliant with the Cocoa controller layer and key-value bindings, allowing you to combine Interface Builder and Quartz Composer to rapidly develop data-driven visualizations.
The Quartz Composer application is located in:
/Developer/Applications/Graphics Tools/
- 10:59:53 AM