什么是 vvvv-custom-nodes?
帮助为 vvvv gamma 编写 C# 节点类 — [ProcessNode] 模式、Update() 方法、输出参数、引脚配置、更改检测、无状态操作节点以及通过 NodeContext 的服务消耗(IFrameClock、游戏访问、日志记录)。在编写节点类、添加引脚、实现更改检测、访问节点构造函数中的服务或创建无状态实用程序方法时使用。需要[程序集:ImportAsIs]。 来源:tebjan/vvvv-skills。
帮助为 vvvv gamma 编写 C# 节点类 — [ProcessNode] 模式、Update() 方法、输出参数、引脚配置、更改检测、无状态操作节点以及通过 NodeContext 的服务消耗(IFrameClock、游戏访问、日志记录)。在编写节点类、添加引脚、实现更改检测、访问节点构造函数中的服务或创建无状态实用程序方法时使用。需要[程序集:ImportAsIs]。
通过命令行快速安装 vvvv-custom-nodes AI 技能到你的开发环境
来源:tebjan/vvvv-skills。
Prerequisite: [ProcessNode] only works if [assembly: ImportAsIs] is set on the assembly. Projects created by vvvv include this automatically. For library-level ImportAsIs with Namespace/Category parameters, see vvvv-node-libraries.
When the .vl document references a .csproj source project, vvvv compiles C# via Roslyn at runtime. On .cs file save, vvvv recompiles and restarts affected nodes:
The rule is: users must never see "Node" in vvvv's node browser. How you achieve this:
帮助为 vvvv gamma 编写 C# 节点类 — [ProcessNode] 模式、Update() 方法、输出参数、引脚配置、更改检测、无状态操作节点以及通过 NodeContext 的服务消耗(IFrameClock、游戏访问、日志记录)。在编写节点类、添加引脚、实现更改检测、访问节点构造函数中的服务或创建无状态实用程序方法时使用。需要[程序集:ImportAsIs]。 来源:tebjan/vvvv-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-custom-nodes帮助为 vvvv gamma 编写 C# 节点类 — [ProcessNode] 模式、Update() 方法、输出参数、引脚配置、更改检测、无状态操作节点以及通过 NodeContext 的服务消耗(IFrameClock、游戏访问、日志记录)。在编写节点类、添加引脚、实现更改检测、访问节点构造函数中的服务或创建无状态实用程序方法时使用。需要[程序集:ImportAsIs]。 来源:tebjan/vvvv-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tebjan/vvvv-skills --skill vvvv-custom-nodes 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tebjan/vvvv-skills