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]

