I was quite taken with these isometric minecraft renders, so I decided to dig out some of my old game code and try and build an isometric renderer…

A little 3d world

That is created using webkit transforms, the minecraft textures. The heightmap is some perlin noise that I same via getImageData. Now to add some collision detection so you can walk around the world.