Questions tagged [quartz-composer]

Quartz Composer is a node-based visual programming language freely available to registered Apple developers for realtime processing and rendering animated 2D and 3D graphics with JavaScript scripting.

Quartz Composer is a node-based visual programming language freely available to registered Apple developers for processing and rendering animated 2D and 3D data.

Quartz Composer uses OpenGL, OpenCL (only in Mac OS X 10.6 and later), Core Image, Core Video, Core Audio, JavaScript, and other technologies to build an API and a developer tool around a simple visual programming paradigm. It used to be part of the Xcode development environment in macOS but is now a separate download named Additional Tools for Xcode.

136 questions
0
votes
1 answer

Quartz Composer Import and Display An Image Every x seconds?

I want to call the Image Importer patch every x seconds and updated the Sprite patch with a new image accordingly. I'm new to Quartz Composer and not sure exactly how one can implement this. Thanks!
blee908
  • 12,165
  • 10
  • 34
  • 41
0
votes
1 answer

How to zoom Quartz Composer's viewer?

I would like to zoom in and out in the viewer, my iPhone screens won't fit in my MB screen, and it seems impossible. Is there a way?
0
votes
1 answer

Global Variables on Quartz Composer

I am wondering how to create a Javascript Patch with global variables. Then, access them from any other patch. Here is an example of how I would use that. Javascript Patch #1 var debugMode = true Javascript Patch #2 retrives debugMode from memory…
bernatfortet
  • 2,084
  • 4
  • 22
  • 28
0
votes
1 answer

Xcode & Quartz Composer - perfect standalone

I have build my standalone app from a QC patch using Xcode. Everything works good however, I was wondering if it is possible to hide the QC patch when I do Show package nd I go inside my app. Also, is there a way to use the stand alone even if…
SNos
  • 3,430
  • 5
  • 42
  • 92
0
votes
1 answer

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!
JamesTheVth
  • 49
  • 1
  • 1
  • 2
0
votes
1 answer

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 library is compiling the poly2tri-c delaunay…
Benoît Lahoz
  • 1,270
  • 1
  • 18
  • 43
0
votes
1 answer

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:…
RichPorter
  • 87
  • 8
0
votes
1 answer

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 PNG and have it hold that until the qtz unloads? I…
0
votes
1 answer

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 limited both in the X plane and Y plane to minimum -1…
MYR
  • 381
  • 1
  • 2
  • 12
0
votes
1 answer

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 polygon that I triangulate in a specific coordinate…
Benoît Lahoz
  • 1,270
  • 1
  • 18
  • 43
0
votes
1 answer

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 (the QC runtime app) bundle instead. I tried…
Joel
  • 352
  • 1
  • 3
  • 11
0
votes
1 answer

How do I draw a shape in Quartz Composer for every element in an NSArray?

I have an XML file that I have parsed and have put the information I want into several NSArray objects. I want to be able to draw them in a QuartzView (anything better?) to visualize the data. The arrays should all hypothetically contain the same…
Rick Schmidt
  • 497
  • 2
  • 10
0
votes
1 answer

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 step I successfully developed my custom plug in…
0
votes
1 answer

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 (via Freeboard) and compare the current input…
Brad Orego
  • 2,976
  • 3
  • 18
  • 24
-1
votes
1 answer

Using a quartz composer image effect in iOS app

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 invert" as examples) how would I go about…
1 2 3
9
10