I’d like to implement some morphs to do typical dataflow oriented UIs, where you have little boxes (modules) with inputs and outputs, and connect them by wires. So, I have a module with a little submorph that is an input, and i want to click on it and drag a wire and drop it to an output submorph of another module. Any pointers? Hilaire, perhaps you have something similar? This should be super easy with morphic, like Ned Konz connectors. What’s the best way to do this in Morphic 3?