|
04-07-08 / 00:21 : Quartz2D animation : QuartzComposer / Python (cjed) | The site idrankthekoolaid provides an article that shows how to easily create an OSX screensaver using QuartzComposer only. The animation definition is made by graphically assembling modules, transformers and generators (LFO, etc.) to modify the shapes and paths (see also a tutorial on ADC site).
We can also look at an ArsTechnica article about using Quartz2D from Python, and the NodeBox application, that allows to create complex Quartz2D animations using Python language.
Finally we can find Pycairo, a binding to use the graphical Cairo framework (multi-plateform, is based on Quartz on the OSX version) from Python. | | Comments | Write a comment | |
|