3cglabs.com snippets
The Studio is where 3cglabs showcases the various projects snippets
An isometric view with <CANVAS>
Firefox and Safari now include support of the Canvas tag. The canvas API provides calls that allow you render 2D images into the browser using javascript! As of now, the rendering isn't as fast, but eventually, Mozilla and Apple will tie it to the OpenGL API. One is still able to do some pretty neat things. Here, is a very simple isometric engine using the Canvas API to show a cube with alpha blending. One can select rows, columns, and depth planes of the cube.