Vvvv Custom Nodes

Helps write C# node classes for vvvv gamma — the [ProcessNode] lifecycle pattern, Update() method, out parameters, pin configuration, change detection, stateless operation nodes, the public-API import model, and service consumption via NodeContext (IFrameClock, Game access, logging). Use when writing a node class, adding pins, implementing change detection, accessing services in node constructors, creating stateless utility methods, or deciding whether a class needs [ProcessNode] at all. Requires the assembly to have one of [assembly: ImportAsIs] / [assembly: ImportNamespace] / [assembly: ImportType] set (see vvvv-node-libraries).

tebjan 74d1f5f 7 files · 41.3 KB Updated

File contents

tebjan/vvvv-skills/tree/main/skills/vvvv-custom-nodes commit 74d1f5f6c2

Frequently asked questions

npx skillmds@latest add tebjan/vvvv-custom-nodes