Set of nodes to use RCP with VL.
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net
In order to use this library you'll 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 documentation. As described there you go to the commandline and then type:
nuget install VL.IO.RCP -pre
Once the VL.IO.RCP nuget is installed and referenced in your VL document you'll see the category "IO.RCP" in the nodebrowser. Press F1 to open the Help Browser and search for the term "rcp" to see relevant how-to patches.