About:

The 09060 painter was created by programmer Alex Roth to see what kind of art a computer could produce using on simple algorythms. The painter can be used to create different layers of randomly generated images to produce interesting effects.

Terms:

Minimum Value: The minimum color value for an RGBA color. Must be between 0 and 255.

Max Value: The maximum color value for an RGBA color. Must be between 0 and 255 and greater than the minimum value.

Step: The amount of steps between the colors. A lower value means more lines, whereas a higher value results in pixelation.

Cycles: How many iterations the program runs through before producing the art. Setting this to a higher value will increase the amount of time it takes to draw the image.

More

For more of Alex's work, please visit his website.

Loading...