-
Notifications
You must be signed in to change notification settings - Fork 0
ElementOneVariationOne
euleule edited this page Nov 4, 2014
·
1 revision
A circular element that moves in a straight line into a random direction.
- Create a number of One, random in size, limited to the parameters for their maximum and minimum diameter.
- Distribute the elements evenly on the canvas.
- Set a random color.
- If two elements intersect each other, start drawing a line.
- Increase lightness if the elements distance grows. Decrease lightness if the elements distance decreases.
- When an element reaches the border of the canvas, remove the element.
- Repeat until desired number of iterations is reached.
The following images show the various phases in the construction of the sketch.

These images are taken after each iteration as seen in the video.

