Processing

Draggable Objects in Processing

I’ve been playing around in Processing to create a synth which is controlled by linking nodes together. These nodes are basically circles, with information displayed within them. One thing I ran into right away which, in my opinion, should be a Processing core class is a lack of a Draggable class. With the help of [...]