Kairos icon indicating copy to clipboard operation
Kairos copied to clipboard

A complete framework for data control and composition in the vvvv visual programming environment.

VL.Kairos

Nuget (with prereleases) Matrix License: MIT vvvv

VL.Kairos banner

A complete framework for data control and composition in vvvv

Features

  • High level functionalities
    • Timeline tool
    • Compositor tool
  • Tools are nestable inside each other
  • Advanced layer system
  • Advanced interpolation, blending and compositing techniques
  • Direct support for most of standard types (Boolean, Intereger32, Float32, Float64, Vector2, Vector3, Vector4, Matrix, RGBA, String, Skia layer, Stride Entity)
  • Support for collections (for any implemented type)
  • Custom type easy registration
  • Custom Interpolation/Blending/Compositing technique registration
  • Data binding helpers for vvvv app control

VL.Kairos tools

Installing

To use the latest stable version in vvvv gamma (2021.3.3):

  1. Go to Gamma's Quad menu > Manage Nugets > Commandline and type:

    nuget install VL.Kairos
    
  2. Press Enter and wait the ending of the installation process

Contributing to the development

  1. Clone the repository
  2. Build the solution located in the src folder in Release mode.
  3. You can then start contributing to the lib.