vJ2.0

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

Manual

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

I tried faster refresh but an avarage browser couldn't handle it

vJ1.3 > v2.0 changes

  • Grid from 24×16 to a whooping 384×256
  • So no more tiles but pixels

What does the script do?

  • In short, it draw 98.304 random coloured 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