Skia VL addons provided by the community.
$ dotnet add package VL.Addons.Skia
A place to gather contributions by the vvvv community that:
As of version 0.5.0 VL.Addons is split into multiple packages, one for each available category, currently:
In order to use one of the packages with VL you have to install the corresponding nuget that is available via nuget.org. For information on how to use nugets with VL, see Managing Nugets in the VL documentation. As described there you go to the commandline and then type for example:
nuget install VL.Addons.Stride
Beware that some help patches from one package might be dependent on another package. If you encounter red nodes just install the missing package.
There is also a VL.Addons meta package, installing it will install all available packages in one go. Use the following cmd:
nuget install VL.Addons