Vuo
0.4.3
|
See the VuoCompiler
and VuoRunner
classes, and the example code under "Modules" below.
@loader_path/../Frameworks
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. | |