10.7

chromadepth (Composition by gtoledo3)

Author: gtoledo3
License: MIT
Date: 2011.09.26
Compatibility: 10.4, 10.5, 10.6, 10.7
Categories:
Required plugins:
(none)

This is a glsl chroma depth shader; if you're familiar with the core image "heat map" style pixel filter, you're thinking along the right lines, except this shades vertices of 3D objects/scenes in this way.

This was created by Mike Bailey, Computer Science, Oregon State University, and found at his page at http://web.engr.oregonstate.edu/~mjb/chromadepth/glsl.html

flownoise (Composition by gtoledo3)

Author: gtoledo3
License: MIT
Date: 2011.09.26
Compatibility: 10.4, 10.5, 10.6, 10.7
Categories:
Required plugins:
(none)

GLSL implementation of 2D "flow noise" as presented by Ken Perlin and Fabrice Neyret at Siggraph 2001. (2D simplex noise with analytic derivatives and in-plane rotation of generating gradients, in a fractal sum where higher frequencies are displaced (advected) by lower frequencies in the direction of their gradient. For details, please refer to the 2001 paper "Flow Noise" by Perlin and Neyret.)

Author: Stefan Gustavson (stefan.gustavson@liu.se) Distributed under the terms of the MIT license. See LICENSE file for details. Changes by George Toledo, 2011 Color control, exposure of various parameters.

Release: VideoTools, v2.1

Release Type: Production
Version: 2.1
Release Notes

Changes since VideoTools 2.0

  • Added support for OS X 10.7 to QuickTime Player patch. (Other patches already support OS X 10.7.)
  • Added H.264 support to Video Player patch.
  • Added support for AVT Guppy F503C firewire camera to Video Input patch.

Known issues

  • H.264 videos stutter when played backwards.
  • VideoTools patches provide only video input, not audio input.
  • Firewire cameras only support certain combinations of Color Coding, Resolution, and Framerate. Watch the Error output and Console log when troubleshooting.
  • Due to issues with the underlying frameworks, video device info cannot be queried once a video device is in use. Therefore Video Device Info is only updated once: when the composition is first started.

Download

Reaction Diffusion (Composition by gtoledo3)

Author: gtoledo3
License: BSD 3-clause
Date: 2011.08.22
Compatibility: 10.5, 10.6, 10.7
Categories:
Required plugins:
(none)

This is a grey-scott reaction diffusion simulation that's running in QC with the aid of a GLSL shader and feedback loop.

The fragment shader is from the Reaction Diffusion example from Cinder (http://libcinder.org/) without the vertex shader (Cinder does a texture flip with things at a certain point, which this doesn't need).

This is released under modified BSD license (re: Cinder).

Thanks to toneburst for his explorations in it, which got me interested in getting this sweeter than my previous experiments.

If you click down around the Viewer, you can clear out areas to let new pixel groups grow.

(The screencap for this has an early setup with a little bit of color tweaking; the example composition won't have the goldish hue.)

Collada Importer (Composition by dust)

Author: dust
License: Public Domain
Date: 2011.08.07
Compatibility: 10.6, 10.7
Categories:
Required plugins:
none... qc native

This patch demonstrates how to load a colloda file in quartz composer without using the mesh importer patch. You have more control over the types of component you can import. This is an example of getting texture coords but its certainly possible to get skinned meshes tangents, animations etc...