In the past few years the public api of vvvv has been extended by quite a few new interfaces, which we will try to explain and explore in this workshop.
The workshop will include topics like:
- difference between ISpread and IStream
- traversing and observing the evaluation graph (INode / IPin)
- services exposed by the host (like main loop events, device events)
- writing a custom node factory / node interface
- dependency injection / MEF
Requirements
- basic knowledge of C# / .NET
- private fork of the vvvv sdk
Target Audience
plugin developers