Creating textured, organic lines in Processing uses parameters like displacement, noise, and recursion depth. This experimental technique blends mathematical concepts with randomness to produce rough textures, adding a human element to digital drawings.Continue reading
Category: Process Thought
Luminance Sorter Palette
A custom color palette sorts hues by luminance for easier selection in art and design projects. Developed in p5.js, users can input preferred colors and see them arranged from lowest to highest luminance.Continue reading
MIDI Interface for Processing Project
A code that uses a MIDI interface to control visual elements in Processing via the MidiBus library, mapping inputs like knobs and sliders for intuitive, real-time interaction with digital art.Continue reading