vJ3.2

Here in da studio you see the concept versions. You can find the elaborated version in the Yeah Right! museum

Manual

Every 2 seconds a new random 384×256 grid of grey pixels

vJ3.1 > v3.2 changes

  • colour of pixel change whenever x*y (x times y) is divisible by 6

What does the script do?

  • In short, it draw a lot (you do the math :) ) random coloured sequences of various length pixels
  • There is a range of 16 colours; 14 greys, black and white
  • On load the script creates a canvas with the pixels
  • The canvas turned into a data url
  • The data url is placed as a background of a div

Versions JavaScript

PHP tests