Flash / quartz composer?

Hi All

has anyone used flash and/or quartz composer in a juce app? If yes, what’s the best way to do it?
I’m on Mac, I don’t need a windows version.

Thanks,
B

I didn’t try with juce, but with MaxMSP 4 at the time, and that wasn’t obvious.
But as far as I remember the QuartzComposer API is Objective-C only.
Using a juce::NSViewComponent seems the most sensible way to do it (cf OpenGLComponent) and shouldn’t be too hard…

[quote=“mdsp”]I didn’t try with juce, but with MaxMSP 4 at the time, and that wasn’t obvious.
But as far as I remember the QuartzComposer API is Objective-C only.
Using a juce::NSViewComponent seems the most sensible way to do it (cf OpenGLComponent) and shouldn’t be too hard…[/quote]

thanks, i’m going to check this out and see how far I get.