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!
elkallemajor, 21:45 UTC, 08.02.10: found a solution and posted it in the forum.
joreg, 17:32 UTC, 08.02.10: works fine for me on 7. please start a forumthread describing your problem in detail.
elkallemajor, 16:28 UTC, 08.02.10: addflow in windows 7 not working. has anyone ideas?
aivenhoe, 16:06 UTC, 08.02.10: hello dieterbohlen. unfrotunately again, im not there.. :-(
sven, 15:55 UTC, 08.02.10: [Link]
manuel, 20:36 UTC, 07.02.10: http://vimeo.com/8837024
tonfilm, 04:25 UTC, 07.02.10: [Link]
skyliner, 21:37 UTC, 06.02.10: :)
fibo, 19:41 UTC, 06.02.10: @skyliner: enjoying pistacccccioo :)))
zoph, 18:13 UTC, 06.02.10: Ive an odd Timeliner problem. See forum, would appreciate if anyone could help me soon


Read More…