Cannot find a particular tutorial or help or example patch I saw ... :-(
Hi mates,
I'm sorry
I'm looking for a patch where a js code draw little circle with a line, similar to little animals moving on a display... and I cannot find it.
I saw it, tested it a long time ago ... but I cannot find it in the big max ecosystem.
anyone?
(it is related to https://cycling74.com/forums/looking-for-some-leads-for-my-video-generator-2d .. I want to code little generators which would draw on a display ; I'd prefer to code in a proce55ing way, than in a patching way for this part)
Check out the "boidroids" examples from Extras > Examples Overview > Javascript > simlulation. It's a good example of the "boids" flocking algorithm.
I think this is the patch, from Emmanuel Jourdan
@Rick thanks a lot I didn't ever check waveformcirc
@Luke, thanks too, this is this one! Did you check https://cycling74.com/forums/looking-for-some-leads-for-my-video-generator-2d ? I find the way of JS in boids examples a good way for my case.