vvvv gamma is a visual programming environment for .NET 8. It combines node-based patching with C# code generation, targeting Stride (3D engine) and .NET APIs. Programs are built by connecting nodes with links in a visual editor.
vvvv is a live programming environment — programs run continuously while you build them. Both visual patch edits and C# code changes take effect immediately without restarting. vvvv compiles C# source files itself via Roslyn into in-memory assemblies on every save.
vvvv runs your program continuously while you edit it. There is no edit-compile-run cycle for patches and shaders. For C#, live reload depends on how the code is referenced.
Erklärt vvvv-Gamma-Kernkonzepte – Datentypen, Frame-basiertes Ausführungsmodell, Pins, Pads, Links, Knotenbrowser, Live-Kompilierung (Quellprojekt vs. binäre Referenz-Workflows), .vl-Dokumentstruktur, Dateitypen (.vl/.sdsl/.cs/.csproj), Ökosystemübersicht und AppHost-Laufzeiterkennung. Verwenden Sie es, wenn der Benutzer Fragen zu den VVVV-Grundlagen, zur Funktionsweise von VVVV, zum Live-Reload-Modell, zum Zeitpunkt des Patchens oder zum Code stellt oder einen Überblick über die visuelle Programmierumgebung benötigt. Quelle: tebjan/vvvv-skills.