vvvv-dotnet - .NET Integration in vvvv gamma
Assists with .NET integration in vvvv gamma including project configuration, NuGet packages, vector type interop, and async patterns.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Configure .csproj for vvvv plugins
- Add vvvv NuGet package sources
- Pack plugins into NuGet packages
- Convert vector types using Unsafe.As
- Manage native resources via IDisposable
- Implement async patterns for tasks
- Define blittable structs for interop
- Build C# projects and wrappers
Inputs
- C# source files
- .csproj project files
- .vl documents
- NuGet package feeds
- Native C/C++ libraries
Outputs
- Compiled DLL assemblies
- NuGet package files
- Build log outputs
Requirements
- .NET 8.0 SDK
- vvvv gamma 6 or higher
- Visual Studio for C++/CLI support
- dotnet CLI or MSBuild
