Vuo  0.4.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
Developing Applications that use Vuo

Description

See the VuoCompiler and VuoRunner classes, and the example code under "Modules" below.

Using the Vuo API in a Cocoa Application with Xcode 4

Modules

 CompileAndRunInCurrentProcess.cc
 Example: Compile a composition and run it in the current process.
 
 CompileAndRunInNewProcess.cc
 Example: Compile a composition and run it in a new process.
 
 ListPublishedPorts.cc
 Example: List a composition's published input and output ports.
 
 RunImageFilter (Cocoa)
 Example: Set up a GL context using Cocoa and run a Vuo image filter.
 
 RunImageFilter (GLFW)
 Example: Set up a GL context using GLFW and run a Vuo image filter.
 
 RunImageFilter (Qt)
 Example: Set up a GL context using Qt and run a Vuo image filter.