A node based UI widgets library made in VL for Skia rendering.
The library includes:
- A collection of ready to use widgets to handle the most common value types in vvvv Gamma
- A set of Layout nodes to easily arrange your widgets and create responsive UIs
- A bunch of utilities and help patches
To use the latest stable version:
-
Go to Gamma's Quad menu > Manage Nugets > Commandline and type:
nuget install VL.Elementa
-
Press Enter and wait the ending of the installation process
- Clone the repository
- Build the solution located in the
src
folder inRelease
mode. - You can then start contributing to the lib.
Read this wiki page to get specific guidelines on how to contribute new widgets.
MIT License - You're free to use VL.Elementa in your creative & commercial projects.