RANDOM.org visualization!

Ideas

While experimenting with data visualization in a more aesthetically pleasant way, I tried to animate a visualization. I took the pattern from my previous post on unique 'sun'-like IDs for each person and made it animate with Processing.

[youtube=http://www.youtube.com/watch?v=OZv6-dmLxZ4]

I am not very pleased with the outcome. But I got the animation right! I can use portions of the code for other purposes of animating data-sets.

What I did here is; I took a set of random numbers from RANDOM.org in sets of four, normalized them and put them in relation with the line lengths, and red, green, blue. Pretty simple.

The Processing sketch.