steer particles using mouse pointer
this is impelmenting Coding Challenge link , it extract font path points from text in p5.js with p5.Font.textToPoints(). then render the text as particles with steering behaviors that react to the mouse.
- chasing mouse behavior
- change random color if original position changes