What problem does it solve?
This Skill helps developers write, debug, and optimize shaders for vvvv gamma and Stride, enabling the creation of complex visual effects and rendering pipelines.
Core Features & Use Cases
- SDSL Shader Writing: Guides users in creating shaders using Stride Shading Language (SDSL), a superset of HLSL.
- Shader Composition: Explains how to use inheritance, mixins, and the
compose keyword for modular shader design.
- Node Generation: Details how file naming conventions automatically generate vvvv nodes from shaders.
- Use Case: You need to create a custom shader that blends two textures with a controllable intensity. This Skill will guide you through defining the
TextureFX shader, sampling textures, and implementing the blending logic.
Quick Start
Use the vvvv-shaders skill to create a basic TextureFX shader that multiplies the input color by a given intensity.