vvvv

From Wikipedia, the free encyclopedia

vvvv
Paradigmvisual programming
Designed byvvvv group (Joreg, Max Wolf, Sebastian Gregor, Sebastian Oschatz)
First appeared1998
Typing disciplinestrong
OSMicrosoft Windows
Licensefree for noncommercial and educational use, commercial use requieres a licence
Websitewww.vvvv.org www.visualprogramming.net
Influenced by
APL, Max/MSP, DirectShow, Pure Data, DirectX

vvvv (German pronunciation: [faʊfiːɐ̯] = "Vau Vier" or "v4") is a general purpose toolkit with a special focus on real-time video synthesis and programming large media environments with physical interfaces, real-time motion graphics, audio and video.[1] vvvv uses a dataflow approach and a visual programming interface for rapid prototyping and developing. Applications written in vvvv are commonly called patches. Patches consist of a network of nodes. Patches can be created, edited and tested while they are running.[2] Patches are stored on the disk in standard XML format. vvvv is written in Borland Delphi, and plugins can be developed in the .NET Framework in C#.

Most nodes handle data in a one-dimensional array of values, called Spreads. In addition to traditional vector algebra this allows programming of particle systems, as also rendering nodes and deal with arrays of values accordingly. If an operation has to deal with arrays of different lengths, the shorter array gets repeated to fill up the larger.

vvvv includes a feature it calls boygrouping,[3] where one computer controls a number of slave computers to operate in parallel, with all programming and editing done on the master computer.

The toolkit has the ability to work with HLSL Shaders which are written in their common textual form but are embedded in the data flow language and are instantly compiled and uploaded as soon any part of their source code is changed.

With a focus on video synthesis and processing, vvvv beta uses the toolkit DirectX and, as such, is available for Microsoft Windows systems only, although it is known to run stably under Parallels and VMware Fusion. vvvv currently supports DirectX 9 (including PS 3 and VS 3 shader techniques) and DirectX 11.

In April 1, 2020, vvvv gamma, a new version of the software, reprogrammed from scratch, was publicly released.[4]

vvvv was initially developed by the Frankfurt-based media collective MESO as an in-house tool for their own projects, but was then released. vvvv is now maintained by the VVVV group.

vvvv beta and vvvv gamma are free for non-commercial, educational and evaluation use, based on the T.R.U.S.T. model[5] and are available for download at its websites. Any commercial uses require a license.[6][7]

See also[edit]

References[edit]

  1. ^ "vvvv - a multipurpose toolkit". vvvv. Retrieved 3 June 2023.
  2. ^ "Propaganda". vvvv. Retrieved 3 June 2023.
  3. ^ "Boygrouping Basics". vvvv. Retrieved 3 June 2023.
  4. ^ "vvvv gamma 2020.1 release". vvvv. Retrieved 27 March 2022.
  5. ^ "vvvv gamma licensing /2". vvvv. Retrieved 27 March 2022.
  6. ^ "vvvv non commercial". Archived from the original on 20 May 2013. Retrieved 17 June 2013.
  7. ^ "vvvv store". store.vvvv.org. Retrieved 27 March 2022.

External links[edit]