Welcome

Generative art, data visualisation etc.

Tuesday, January 13, 2015

Common Ground

Ten points are generated with a random location and shade. Each pixel on the screen is assigned a shade based on the interpolation of all known points (weighted by inverse distance). The known points move around.

Click to get a new one.


Thursday, January 8, 2015

Vector Interpolation

Working on another project I had a requirement to estimate a vector at any given point based on known observations (wind speed and direction in this case). This is my test bed to explore the approach.

10 random vectors are generated. These are interpolated to estimate the vector at the mouse position.