Browser based vector rendering
by Pascal Opitz on March 12 2007, 13:54
Today Justin came across a demo for the Ajax3d engine, an entirely JavaScript based 3d engine that utilizes the canvas tag for rendering vector based graphics.
Canvas tag? A little research reveals that this is yet another proprietary tag, this time introduced by Apple.
With all of us in the office Browsing the web a bit more, Tom finds a pong game and various other stuff on the web, all done using the canvas tag.
One big downside, though: It is not supported in IE!