(Disclaimer: The following is a shameless plug.) Another option if you want to communicate between QC compositions and web pages (or among QC compositions on a local network) is Kineme NetworkTools. https://kineme.net/product/NetworkTools
Instead of communicating via Javascript/JSON like Mirek's plugin does, NetworkTools uses HTTP requests. Depending on what you're trying to accomplish, one or the other might be better for you. --- Jaymie Strecker [email protected] On May 3, 2011, at 6:08 AM, Alex Drinkwater wrote: > That looks exciting! > > a|x > > --- On Tue, 3/5/11, Mirek Rusin <[email protected]> wrote: > >> From: Mirek Rusin <[email protected]> >> Subject: quartz composer - html layouts >> To: [email protected] >> Date: Tuesday, 3 May, 2011, 10:20 >> If anybody finds this interesting I'm >> playing with connecting quartz composer and web browsers. >> >> the motivation behind is to allow easy creation of control >> layouts using html or flex. the communication >> is handled via websockets, similar in nature to osc >> patches. websockets have some advantages over osc >> protocol - most modern web browsers support websockets, >> packet delivery is guaranteed, messages >> are json encoded, so structures can be send as single >> value, etc. >> >> the patch is based on two projects: >> https://github.com/mirek/CoreWebSocket - >> web socket support >> https://github.com/mirek/CoreJSON - for json >> serialization >> >> the patch is available here: >> https://github.com/mirek/quartzcomposer-websocket >> >> Mirek Rusin >>
_______________________________________________ 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]

