A node library is a project that provides multiple nodes to vvvv gamma as a distributable package. This skill covers the project-level concerns: directory structure, naming conventions, category organization, service registration, and node factories.
For writing individual node classes (ProcessNode, Update, pins, change detection), see vvvv-custom-nodes. For consuming services inside node constructors (IFrameClock, Game, logging), see vvvv-custom-nodes/services.md.
vvvv recognizes a directory as a library when the folder name, .vl file, and .nuspec all share the same name:
協助設定為 vvvv gamma 提供節點的 C# 庫專案 — 專案目錄結構、具有 AssemblyInitializer 的 Initialization.cs、透過 RegisterService 進行服務註冊、IResourceProvider 工廠、ImportAsIs 命名空間/類別配置、.csproj 設定以及透過 RegisterNodeFactory 進行動態節點工廠。在建立新的庫項目、註冊服務或節點工廠、配置 ImportAsIs 參數或設定 .csproj 時使用。 來源:tebjan/vvvv-skills。