A complete framework for data control and composition in vvvv
Kairos works with the latest vvvv gamma 5.2. Get it here
- Go to Gamma's Quad menu > Manage Nugets > Commandline and type
nuget install VL.Kairos
- Press Enter and wait the ending of the installation process
- For more information on nugets and how to use them in vvvv, click here
- High level functionalities
- KeyframeEditor tool
- Compositor tool
- Tools are nestable inside each other
- Advanced layer system
- Advanced interpolation, blending and compositing techniques
- Direct support for many of standard types (Intereger32, Float32, Vector2, Vector3, Vector4, RGBA, String)
- Custom type easy registration
- Custom Interpolation/Blending/Compositing technique registration
- Data binding helpers for vvvv app control
- Clone the repository
- Build the solution located in the
src
folder inRelease
mode. - You can then start contributing to the lib.