In this post, the author explains how a âpipeâ is simply a connection between two programs through which an object is passed and transformed; they illustrate this with an email client that sends a login request to a server and receives back an email list, and then show how such pipes can be built in visual tools like NodeâRED or commandâline utilities such as ffmpeg, where each step (input name â transformation â output name) is chained together. The discussion covers injecting properties into objects (e.g., adding username/password fields), automating popâups to collect those values, and reusing these operations in subâflows. They also touch on streaming data frameâbyâframeâBlenderâs video processing or ffmpegâs pipeâbased pipelinesâand conclude that keeping the model down to just programs, pipes, and objects yields powerful yet simple abstractions for both desktop and mobile visual programming.






















