To learn more about vvvv, visit: visualprogramming.net.
For dev-talk around libraries in this repository join our VL.StandardLibs chat.
If you're merely using vvvv, this repository is not for you. It is only useful for developers who want to fix/improve/add-to libraries that are part of this repository.
The individual libraries are organized in directories. Each directory starting with "VL." holds the sources of one library.
Here are the steps required to work with this repository
- Build
VL.StandardLibs.sln
using Visual Studio 2022 (>= Version 17.5.1) - Run vvvv with this directory as a source package-repository
At this point you've replaced all libraries shipping with your vvvv installation with the ones in the repository. This means you're now running them "from source" and could e.g. switch to other branches. Still at this point you'll not be able to edit files, because by default they are precompiled! To enable editing of files for specific libraries you now have to run vvvv with another commandline argument that specifies which of the libraries you want to work on, like so:
--editable-packages VL.Stride.*;VL.Skia
Like this you still get the fast startup-time for all the other libraries that you don't work on.
Please see our Contribution Guide.