/Node-Compressor

A canvas sketch made with p5 whereby a grid of moving circles is attracted to the centre

Primary LanguageJavaScript

Node Compressor

##Live demo Live demo on github pages

Info

Click to the right of the canvas to decrease the number of nodes (and increase their size) Click to the left of the canvas to increase the number of nodes (and decrease their size) - be careful as too many will slow your processor down :]

Made using P5.js this canvas sketch moves a grid of circles from left to right shrinking each one once it passes a certain point whilst they are attracted to the vertical centre at different rates using perlin noise.

References