vJ4.1

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

Manual

Every second about 100 new random tiles

Well according to the script that is, if I time it it is more like 40 tiles a second

vJ4.0 > v4.1 changes

  • Draw tile by tile

What does the script do?

  • In short, it constantly draw/redraw 512 random coloured tiles
  • There is a range of 16 colours; 14 greys, black and white
  • On load the script creates a canvas with the tiles
  • The canvas turned into a data url
  • With every new tile the data url is placed as a background of a div

Versions JavaScript

PHP tests