Tutorial Introduction
Spanish Version: Tutorial 1 - „Introducción”
Italian Version: Tutorial 1 - Introduzione
Chinese Version: 教程 1 - 导言
French Version: Tutorial 1 - Introduction


So you have just started vvvv for the first time and wonder how to proceed in learning, how to achieve some useful things with it. Take your time and read on. Within 20 minutes you should be through the first tutorial and have a basic understanding of vvvv.

Ready. Set. Go.

When you started vvvv out of the box it has automatically opened a sample to show off a bit. If you are already impressed by it and want to get rid of it just delete the file Args.txt in vvvv's program folder. Now close vvvv by pressing the windows standard shortcut for closing programms: ALT+F4. Now you'll be asked to save some files. Just click Don't save and Close for now.

Start vvvv again and the sample has disappeared. All you see is a virgin gray window, a so called Patch. Welcome to vvvv.

Also see the video tutorial: Starting vvvv for the first time



Preface

vvvv uses graphical objects for programming instead of a textual programming interface. Programs are created within patches. Individual operations or functions are represented as boxes (called nodes). Connections between nodes are drawn and modified with the mouse, creating a structure that sends data from one Node to another.



Basically a Node either generates, processes or outputs data. Some nodes even do a combination of those three operations. Every Node can have several inputs and outputs which are represented by small black squares on its top and bottom and are called pins.

In comparison to a textual programming language the input pins would represent the parameters/arguments of a function whereas the output pins would mean the result of that function.

That much about the theory. Now let's go retro and say Hello World!
joreg, 16:33 UTC, 12.07.10: this is it [Link]
hrovac, 11:14 UTC, 08.07.10: [Link]
catweasel, 22:07 UTC, 07.07.10: nice find Tonfilm, haven't got time to try it just yet but finger crossed!
bo27, 22:01 UTC, 07.07.10: possible new drawning standart for vvvv [Link]
hierro, 14:50 UTC, 07.07.10: last TOY http://vimeo.com/13102572 :)
tonfilm, 22:14 UTC, 06.07.10: ah, here is an alpha version for win7: [Link]
tonfilm, 21:40 UTC, 06.07.10: regarding span mode on vista win7, has anyone tried this one? [Link] just found it on a gaming forum..
jonferran, 21:21 UTC, 06.07.10: a little choppy because I was changing values live, but it works. http://www.vimeo.com/13111688
catweasel, 09:35 UTC, 06.07.10: @sugoku, but not that much... I want span on 2 outputs in win7 damn it!
sugokuGENKI, 05:23 UTC, 06.07.10: nvidia cares....


Read More…