vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link
creativecoding skia stride visualprogramming vl vvvv

Standard Libraries for vvvv

vvvv

To learn more about vvvv, visit: visualprogramming.net.
For dev-talk around libraries in this repository join our VL.StandardLibs chat.

Working with this repository

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

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:

Like this you still get the fast startup-time for all the other libraries that you don't work on.

Contributing to this repository

Please see our Contribution Guide.