Skip to content

How to Install, in pictures

YanYas edited this page Apr 12, 2019 · 2 revisions

Install vvvv Gamma or Alpha, which use the latest version of the VL language.

Click the square in the top left corner to bring out the menu and go to 'Manage Nugets', and then 'Commandline'.

QuadMenu

A command prompt will open. copy and paste this into the command prompt:

nuget install VLML

CMD start

It will begin to download the VLML nuget, plus CNTK. CNTK is very large (1.3GB) but it doesn't require you to install Cuda drivers and so on, that you traditionally need for accelerated computing. So it is very convenient. However this may take a few minutes for the package to install the first time.

Nuget Starts installing

When Nuget the package has installed you should see the message end like this:

Nuget Finishes installing

On the vvvv VL canvas double right-click to bring up the node-browser and wheel-scroll down to the bottom of the list. You should see VLML with a package symbol. Click this and wait a few seconds for the system to load it.

reference the Package

Loading...

Finally It should appear as a category in the node browser and you will be able to look at the subcategories of the framework.

The namespace

SubNamespace List

Enjoy exploring!

Clone this wiki locally