An Avalonia UI framework wrapper for the visual live programming environment vvvv.
VL.Avalonia aims to integrate Avalonia into vvvv/VL workflows to enable developers to build rich, interactive desktop applications through visual programming.
Getting in touch: VL Avalonia Room on Matrix.org
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see Managing Nugets in the VL documentation. As described there you go to the commandline and then type:
For now you have to install VL.Avalonia
packages separately:
# VL.Avalonia core packages with controls, styles, help etc.
nuget install VL.Avalonia
# VL.Avalonia.Skia Avalonia application hosting and rendering in vvvv/vl (AvaloniaLayer)
nuget install VL.Avalonia.Skia
# VL.Avalonia.Stride Experimental Avalonia application renderer for VL.Stride (AvaloniaRenderer)
nuget install VL.Avalonia.Stride
# VL.Avalonia.Custom example project on bringing your own XAML Controls in vvvv/vl
# includes additional controls
nuget install VL.Avalonia.Custom
Works with vvvv_gamma >= 7.0
Demos are available via the Help Browser!
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net