There are several nodes in vvvv that have a functionality which does not need to know anything about the datatype on which it operates, since the functionality is so meta. In modern programming languages this is commonly known as generic programming.
Some examples are Cons, GetSlice, Select, Queue… They all move around some data but don’t really care about which data.
Over the past years some developers programmed generic node definitions and used them in the addonpack, in their own packs or contributions. This is a great thing, but for a new developer its almost impossible to know where they are all hidden.
The latest version of the vvvv-sdk contains a project which gathers all generic node definitions from different places. Every node developer can now reference this project, covert the template files with a convenient patch and get over 20 nodes for his own data type for free:
happy coding,
devvvvs
Comments:
Comments are no longer accepted for this post.
Well the nodes depend on thirdparty code which currently resides in:
Referencing it from there seems awkward. I was wondering if I should move it to:
?