Kairos
Kairos copied to clipboard
A complete framework for data control and composition in the vvvv visual programming environment.
VL.Kairos
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
Installing
To use the latest stable version in vvvv gamma (2021.3.3):
-
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
Contributing to the development
- Clone the repository
- Build the solution located in the
src
folder inRelease
mode. - You can then start contributing to the lib.