vvvv - visual live-progamming for .NET (visualprogramming.net)
from armchair_progamer@programming.dev to programming_languages@programming.dev on 17 Jun 02:02
https://programming.dev/post/15625679

vvvv is a node-based visual programming environment whose programs run on the CLR (same virtual machine as C#). It has hot reloading (compilation happens in the background) and can be extended with custom nodes written in C#. It has built-in libraries for 2D and 3D rendering, image recognition, machine learning, networking, and IO for various devices (Kinect and cameras). It’s been used for a lot of interactive art installations, as seen in the “showcase” section on the website.

#programming_languages

threaded - newest