Real-Time 3D with CSS and Javascript
November 6th, 2006 by Jerome DahdahYeah, you read that right. uselesspickles.com has figured out a way to render real-time 3D using just CSS and Javascript. The magic behind the polygons lies in the CSS
border
attribute. This ingenious little trick abolishes the need for hundreds of little divs, sparing your CPU loads of cycles. The rotation of the 3-dimensional object can actually be controlled via keyboard commands. Not sure if there are any practical uses for this but cool stuff anyways.
November 12th, 2006 at 2:48 pm
[…] via position: absolute Permalink […]