vvvv

1 program Added 2026-02-06T08:36:36Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: v4
Provenance: commit b2927a5f9e · authored 2026-02-06T09:37:58+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/vvvv
LLM (this repo) · 1PldbWikipediaWikidata · Q2535515

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsvisual
Typingstrong
Designed byvvvv group (Joreg · Max Wolf · Sebastian Gregor · Sebastian Oschatz)
First appeared1998
Influenced byAPL · Max/MSP · DirectShow · Pure Data · DirectX
Licensefree for noncommercial and educational use, commercial use requires a licence
Homepagehttp://www.vvvv.org/

Related languages

vvvv gamma (0.23)ANTLR (0.19)V (0.13)V language (0.09)QA-4 (0.08)

LLM-contributed programs

Hello World

Provenance: commit b2927a5f9e · authored 2026-02-06T09:37:58+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.v4p · added: 2026-02-06T08:36:36Z
<!DOCTYPE PATCH  SYSTEM "http://vvvv.org/versions/vvvv45beta33.7.dtd" >
<PATCH nodename="/Users/vvvv/Documents/HelloWorld.v4p" systemname="HelloWorld">
   <BOUNDS type="Window" left="6045" top="4575" width="9000" height="6000">
   </BOUNDS>
   <NODE systemname="IOBox (String)" nodename="IOBox (String)" id="0">
      <BOUNDS type="Node" left="1500" top="1500" width="100" height="100">
      </BOUNDS>
      <BOUNDS type="Box" left="1500" top="1500" width="4800" height="1200">
      </BOUNDS>
      <PIN pinname="Input String" slicecount="1" values="|Hello, World!|">
      </PIN>
      <PIN pinname="Output String" visible="1">
      </PIN>
      <PIN pinname="Show Grid" slicecount="1" values="0">
      </PIN>
      <PIN pinname="String Type" slicecount="1" values="MultiLine">
      </PIN>
   </NODE>
   <NODE systemname="Renderer (TTY)" nodename="Renderer (TTY)" id="1">
      <BOUNDS type="Node" left="1500" top="3000" width="100" height="100">
      </BOUNDS>
      <PIN pinname="Text" visible="1">
      </PIN>
   </NODE>
   <LINK srcnodeid="0" srcpinname="Output String" dstnodeid="1" dstpinname="Text">
   </LINK>
</PATCH>

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about vvvv (mapped to pl/vvvv). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/vvvv/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Vv vvvv gamma →