Video

Generative Art Experiment – Normal distribution lines

Unfortunately your browser is not able to show this content.

You can download normal_distribution_lines.pde (Sourcecode) and compile it with Processing.

Here another example using a normal distribution to generate a drawing. The normal distribution is used a lot in generative art.

This sketch draws a line based on a normal distribution, using a standard deviation of the distance of the mouse to the center. The closer you are to the center the shorter the line.

Leave a Reply