Hi Ian I've used NodeBox a few times for other things - there's a lot I like about it, but its Core Image library seems a bit limited for my purposes here. It seems like there are only certain filters that can be used. It might be possible to enter the GLSL code for a custom one, but if so the feature is undocumented as far as I can tell. Also NodeBox is generally quite slow as it doesn't use OpenGL to draw sprites, so I'm not sure how it would compare to QC in speed terms.
Nathaniel 2008/5/19 Ian Grant <[EMAIL PROTECTED]>: > Hi, > > It sounds like you might be interested in NodeBox - a python powered > scripted 2D graphic environment - nice integration with quartz drawing and > core image processing and much more - including WordNet and graphing > utilities. > > <http://nodebox.net/code/index.php/Home> > > <http://nodebox.net/code/index.php/Core_Image> > > <http://nodebox.net/code/index.php/Library> > > It would be great if such an environment had a framework, API and could > draw to a texture - allowing integration with Quartz Composer. Currently it > doesn't. It would be great to see NodeBox in Quartz Composer as a python > based Javascript-like patch that output images. > > Regards, Ian > > ******************************* > Ian Grant > Senior Lecturer in Digital Art > Faculty of the Arts > Thames Valley University > Ealing, UK > W5 5DX > <[EMAIL PROTECTED]> > ******************************* > > > > On 19 May 2008, at 12:44, Nathaniel Virgo wrote: > > Hi list -- I hope this is an appropriate list for this topic: >> >> I'd like to be able to do what I can do in Quartz Composer, but under the >> control of a nice high-level scripting language --- I want to go a bit >> beyond what's easy to accomplish using QC's graphical approach but don't >> want to invest in learning all the intricacies of Objective C. >> >> I noticed that Quartz has Python bindings, but all the examples use image >> and pdf files rather than drawing to the screen. Is it possible to use the >> Quartz Python bindings to accomplish Quartz Composer style on-screen visual >> effects, and does anyone have any example code? Or is there another way to >> access this technology from a high-level language? Specifically what I want >> to do is implement custom Core Image filters in the equivalent of a QC >> accumulator. >> >> Nathaniel >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Quartzcomposer-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/ian.grant%40mac.com >> >> This email sent to [EMAIL PROTECTED] >> > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

