Vuo  0.4.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules
Developing Node Classes and Types for Vuo

Description

Vuo provides an API for developing custom node classes, types, and input editors. You can define a custom node class, which a Vuo Editor user can add to their Node Library. Your node class can have custom port types. You can create custom input editors to provide a user interface in the Vuo Editor for working with custom port types. The documentation below describes the API.

For documentation on the concepts and behavior of nodes and ports, see VuoManual.pdf.

For examples of node classes and port types, see the node and type directories in the Vuo source code.

Modules

 Writing a Node Class
 
 Writing a Type
 
 Writing an Input Editor
 
 Managing Memory
 
 Managing Concurrency
 
 Using Libraries