Category - Program
Converts objects using OpenCL. more...
Uploaded 18 Feb 15:09
This patch executes a JavaScript with an arbitrary number of input / output parameters.
The "main" function of the patch is executed, taking as input the input ports and returning an objects whose properties correspond to the output ports
Note that only the core JavaScript classes are supported: Boolean, Number, String, Math, Object, Array, Date and RegExp.
The script always gets executed first for error check with all input ports set to null (null for structures and images, 0 for numbers, empty strin... more...
Uploaded 07 Feb 20:56
The OpenCL Kernel patch allows for general purpose parallel programming across CPUs and GPUs. With this patch you can create and modify OpenCL kernels in realtime using a subset of C with parallel extensions. The OpenCL Kernel patch will automatically create input and output ports based on arguments provided to the OpenCL kernel. For information on writing OpenCL kernels please refer to the OpenCL Specification available at http://www.khronos.org/opencl.
By default, the OpenCL Kernel patch will autom... more...
Uploaded 07 Feb 20:56
This patch implements an image processing filter written using a subset of OpenGL Shading Language and the Core Image extensions (refer to the OpenGL and Core Image documentations for a description of the language).
In default mode, users define a unique image kernel, and the inputs of this patch are automatically created according to the prototype of the kernel function: "float", "vec2", "vec3" and "vec4" parameters are turned into number inputs, "__color" parameters into color inputs and "sampler" par... more...
Uploaded 19 Jan 19:47
· built-in patch
This macro patch applies a shader written using OpenGL GLSL language. more...
Uploaded 19 Jan 19:47
· built-in patch