True 3D rendering in JavaScript
Well actually it isn’t only for 3D rendering
The guys over at Useless Pickles have put together a proof of concept on how to draw triangles without having thousands of DIVs floating around in the browser and slowing it down, to a useless level. Instead they use Borders to draw triangles, and since triangles can be used to draw 3D Graphics, here goes the proof ^^
The guys over at Useless Pickles have put together a proof of concept on how to draw triangles without having thousands of DIVs floating around in the browser and slowing it down, to a useless level. Instead they use Borders to draw triangles, and since triangles can be used to draw 3D Graphics, here goes the proof ^^
