Quartz Composer is a node-based visual programming language provided as part of the Xcode development environment in Mac OS X for processing and rendering graphical data.

learn more… | top users | synonyms

0
votes
1answer
24 views

Implement an HTML page into a quartz composition

I would like to show a web page through a quartz composition, is this possible? The HTML must be able to call and use other external files like a JS. Thanks in advance for any help!
-1
votes
1answer
97 views

Using a quartz composer image effect in iOS app [duplicate]

This seems like a straightforward question but I cant seem to find a definitive answer... If I create a Quartz Composer QTZ file that applies some image library effects (let's say "bloom" and "color ...
0
votes
2answers
54 views

Do I need Xcode to use Quartz Composer?

Or can I delete Xcode after I've got Quartz Composer? I don't want to keep the app if I don't have to.
0
votes
0answers
86 views

Quartz Composer in HTML5

I am looking to build something like Apple's Quartz Composer in HTML5. Basically, a system in which I can define a workflow, using UI elements and subsequently interpret that workflow in using an ...
0
votes
0answers
34 views

Box2D contact fake points

I'm working on a Box2D Quartz Composer implementation and I'm at the point of managing with collision. In the image below, you can see the result of my code (red points are detected collision ...
1
vote
1answer
70 views

isMemberOfClass with static library linked twice

I'm working on few plugins for Quartz Composer, that all link to the same custom static library copied for each of them in the bundles frameworks folder. The plugins could be used separately, so I ...
1
vote
1answer
173 views

Use of GL_STENCIL_TEST to render concave polygons

I'm working on a custom geometry library adapted to Quartz Composer and trying to draw some concave polygons in a Plug In. I implemented the poly2tri library, so the user can choose to triangulate ...
0
votes
1answer
85 views

Linking glib in XCode

I have a strange issue, that may be obvious, but is really not clear for me at the moment : I'm making a Quartz Composer plugin. I have an XCode workspace based which includes a custom library. This ...
0
votes
1answer
60 views

Quartz Composer Viewer Zoom

I'm not sure how I did it, but for some reason, the coordinate system is completely out of wack. Everything appears completely zoomed in, and it's the same outside of Quartz Composer too, so something ...
0
votes
1answer
75 views

Accessing Quartz Composer Published Inputs

I'm trying to set up a QCView inside a Cocoa project but seem to be going round in circles as much of the available documentation is depreciated. I've followed this: ...
1
vote
1answer
103 views

OpenCV distort trouble with still images

I'm working on a Quartz Composer plug-in with OpenCV and I have this issue with still images (only) converted to gray via cvCvtColor. I'm working on 2.4 but I had the same issue with 2.3 : ...
2
votes
1answer
36 views

Alias that will create directory if original is non-existent

I am making a piece of software built in Quartz Composer that I would like to distribute for testing while keeping installation - even from the ground up without Quartz Composer installed - very easy ...
0
votes
1answer
49 views

Need Quartz Composer Expect - Is this possible?

Just getting started with QTZ. Want to make sure this is possible before I jump in. Can I have my QTZ select a random movie in a folder, run that and then when the mov portion ends, load a static ...
1
vote
2answers
119 views

Quartz composer video recorder

I would like to create a Quartz composer that can record 10 seconds of video from a camera and then play back that video forward or backwards or with effects. Any pointers? A patch or plugin?
1
vote
0answers
82 views

QCView in Xcode Not Showing Image Importer

I have a composition that works as it should inside of Quartz Composer, but upon loading it into a QCView inside of Xcode fails to display the input information from importer patches (image importer ...
0
votes
0answers
207 views

Mac OS X Screensaver with Video - synchronous not fluent, asynchronous crashes

I'm building a simple screensaver with video in Quartz Composer. Basically it's a Movie Importer patch connected to a Billboard. The movie is MPEG-4 encoded. When I set the patch to 'synchronous' ...
0
votes
1answer
155 views

Javascript increment index on event

I am trying to figure out a way to increment an index of an array based on an event (such as left mouse click over a hit area). The code below sets everything to zero and briefly changes the ...
0
votes
1answer
56 views

Quartz scaling sprite vertical range but not horizontal when go to fullscreen mode / increase window size

I have create a Quartz composition for use in MAC OS program as part of my interface. I am relying on the fact that when you have composition sprite movement (a text bullet point in my case) is ...
2
votes
0answers
222 views

Quartz Composer using video capture output as GLSL shader environmnet

L.S., A year ago I made a very simple screen saver using Quartz Composer on Snow Leopard (SL). The screen saver captures the input of the built-in camera with the "video capture"-patch and uses the ...
0
votes
1answer
83 views

Noise canceling for the audio input patch

Is there a way to remove the sound emitted by the sound card and played by my external speakers, to the sound that is recorded by the microphone and passed to the audio input patch? I would like to ...
2
votes
3answers
224 views

What is NSTaggedDate?

I have an error that I can't understand, that is happening while I want to release all objects in an NSMutableDictionary. It's happening for a custom object called body and the output is : ...
0
votes
1answer
148 views

OpenGL texture mapping with different coordinates systems

I already asked a question about texture mapping and these two are related (this question). I'm working with Quartz Composer which appears to be kind specific with textures... I have a complex ...
1
vote
1answer
405 views

iOS: How do subtract two video frame with GPU power?

I want to do two RGB video frames subtraction with GPU processing power. i.e., The R,G,B value of each pixels of the first image subtract with the second image. Also, the result want to have negative ...
0
votes
1answer
338 views

Where do I put Quartz Composer in XCode 4.4

The new Xcode 4.4 does not include Quartz Composer and is not installed in the folder Macintosh HD / Developer, but as an app in Applications. Quartz Composer has to download separately from the ...
0
votes
0answers
101 views

Xcode 4 binding QCPatchController to a QCView. Controller Key won't accept text

I'm using the Quartz Composer Programming Guide to try to attach a QCView to a Patch Controller, so that I can pass objects to a composition on a published input. The documentation is clearly out ...
0
votes
1answer
74 views

Attempting to find bundle for my custom Quartz Composer plugin

I am writing my own Quartz Composer plugin and I would like to load GLSL shaders, textures, etc. from my QC plugin's bundle. The problem is that it appears that I am getting my loading application's ...
0
votes
0answers
62 views

Implementing a custom Quartz Composer image provider plugin

I am really new to Quartz Composer and I would need some help to get me started here. I already read through the documents provided by Apple but I don't have a clue how to do what I need to !! So, ...
0
votes
1answer
121 views

How to play a quartz composer movie with a custom plugin in Quicktime player

I have an application where I need to make a Quartz movie using Quartz Composer and a custom plugin and have it run in a 3rd party application which is capable of playing Quartz movies. As a first ...
1
vote
1answer
242 views

How to stack Sprites rendered inside Iterator?

I am rendering an image to a Sprite inside of an Iterator. I'd like each render (iteration) to remain on the canvas indefinitely, so that each successive render layers on top of the previous ones. How ...
0
votes
0answers
151 views

QCComposition failed loading composition from file

I am programing an Image-viewing software under XCode 4.2.1 . In my NiB file I have an NSView which display the image and an QCView within which I would like to display the image histogram. Todo so, I ...
0
votes
0answers
61 views

QCview is black after compiling

I tried to make a simple standalone Quartz Composition like described in the documenation: ...
0
votes
1answer
68 views

Quartz Composer Objective C compare previous with current input

I'm trying to build something that will only fire a command once per keyboard input (as opposed to every frame like QC does natively). In order to do so, I'm trying to listen in on the keyboard inputs ...
1
vote
1answer
259 views

How can I periodically update the XML Importer in Quartz Composer?

I'm new to Quartz Composer so please excuse if this is obvious ... I have a Quartz Composer composition here that imports a XML file. I'd like it to update the imported file lets say every minute. I ...
1
vote
1answer
182 views

Quartz Composer iterator patch possible bug?

On adding an iterator patch to an editor window all I see is a patch with 1 input (iterations). If I try to explode this patch to view the macro's sub-patches I get an empty editor window (same result ...
1
vote
1answer
258 views

Tool to construct 3D maze for the iPhone?

I want to construct a 3D Maze tha will appear on the iPhone screen but not in the typical above-the maze view but in a Wolfenstein walking inside-around the maze fashion.. Excuse my terminology but ...
1
vote
0answers
174 views

Load Video From URL in Quartz Composer Visualizer

I'm attempting to make a quartz composer composition that takes streaming video input from 16 different networked video cameras and outputs this video on a grid of 16 attached displays. I'm ...
0
votes
1answer
585 views

Quartz Composer in iOS

I am new to iOS platform. Is there anyway I can use quartz composer library embedded into my iPhone app? e.g I would like to get RGBA from a particular pixel from an image (UIImage) using IMAGE PIXEL. ...
1
vote
2answers
149 views

The right way to print a QCView

I have put much time and effort into drawing certain 3d plots and surfaces using a Quartz Composition. Everything looks wonderful in my (Cocoa) application's QCView. However, in order to print, I am ...
0
votes
1answer
269 views

QCView fails to load quartz composition from file

I'm loading a Quartz composition from a file through this code: // quartz is a QCView in the XIB file QCComposition *qc = [QCComposition compositionWithFile:@"res/wdq.qtz"]; //NSLog(@"input keys ...
2
votes
1answer
96 views

Lines not displaying in QCView, but are shown in Quartz Composer Viewer

I have a Quartz composition that draws lines using Kineme GL Line objects. My client complained about aliasing effects, so I replaced all the Kineme GL Lines with regular Line objects. I see a lot ...
0
votes
1answer
129 views

Control quartz composition from code tutorial? [closed]

I've browsed the webs out there without results. I want to know how to publish inputs from a composition, and how to bind it somewhere, and how to address them from a subclass or something. Any great ...
0
votes
2answers
504 views

Quartz Composer “Binding Controls to Input Ports” in Xcode 4.x

I am trying to follow "Binding Controls to Input Ports" of Quartz Composer Programming Guide. The document says : 5.Click “Bind to” and then choose Patch Controller in the “Bind to” popup menu. ...
3
votes
4answers
9k views

Does Xcode 4.3 include Quartz Composer?

I just installed Xcode 4.3 from the App Store. As I started it first, it asked if I want to delete existing 4.2. Does 4.3 include Quartz Composer? Where is it located? Or should I say no and keep 4.2 ...
2
votes
1answer
162 views

Quartz composer HLS video trouble

I have a Quartz Composer Version 4.5 (141.5) on my MacOS 10.7.2 and a QuickTime Framework version 7.6.6. All I want is just render test HLS video stream using QC. HLS stream is just an apple test ...
1
vote
2answers
252 views

strings in Quartz Composer

I'm trying to create a patch in Quartz Composer with a real-time typewriter effect, to work together with and interactive old typewriter that I'm developing. I can't find the way to concatenate ...
1
vote
0answers
226 views

CGImage leaks, no matter how I CGRelease

the context is a Quartz Composer plugin, in which I want to create a CGImage out of camera frame. This is the relevant code id<QCPlugInInputImageSource> inputImage_ = self.inputImage; ...
1
vote
1answer
370 views

Quartz Composer JavaScript

I'm really stuck so any help would be appreciated. TIA! I have a Quartz Composition in which I want to display a Streetview (from Google Maps) and be able to control the navigation (as in be able to ...
0
votes
2answers
367 views

Asynchronously run an NSThread, but with a delegate?

I want to launch a daemon on new thread, to my program doesn't lock up while waiting for input from the daemon, but I need a way for the main program to get information back from the daemon. I've ...
2
votes
1answer
413 views

Use quartz composer for creating time lapse videos

Hy there let's say I have 1000 pictures which were taken with a delay of 1 second. Is it possible to create a video from these pictures using quartz composer? In a second step I would like to add ...
1
vote
1answer
96 views

How do I easily view the values of Output-only Patches?

I'm losing my sanity with so much Quartz Composer Input/Output data flowing around on my screen and in my head. Am I missing what appears to be a much needed function of Quartz Composer? I'm ...

1 2