Ellipticals

I wanted to execute a very simple concept that used elements of randomness and order in degrees of fairly equal magnitude. Starting with the bouncing animation, I then made the speed random and mapped red to the horizontal dimension, green to the vertical dimension, and blue to the speed. The height is then only affected by the global variable set in the beginning. This yielded the following:

Back and Forth

The next logical step was to add movement in the vertical dimension. I also wanted to remove user input and just have it always begin in the middle, but shoot off in a random dimension. So now there is random movement in both the vertical and horizontal dimensions, with the blue value being driven by the speed.

Up and Down

The last stage was just to add a bit more symmetry. All I needed to do for this was to change the range of the mapping so that the minimum was a negative number. I created two versions of this. One where the ellipses are all circles and are symmetrical about the vertical axis. And a second version where the width of the ellipse is driven by the horizontal axis, the height of the ellipse is driven by the veritcal axis, and the fill is changed to black.

Mirrored X

Mirrored XY (No Fill)

Written on September 20, 2017