Is there an open source environment that allows real-time rendering of textured polygons? I want to display a photograph in three-dimensional space. I don’t need many polygons (less than 100, but all the better, of course)
Webgl
What about Three.js ?
It is simple, open source and powerful :). ( http://mrdoob.github.com/three.js/ ) (You can display using SVG, Canvas or WebGL)
Webkit 3d CSS3 - , (Chrome, Mobile Safari iOS), 3D- ( , Google iOS).
, 3D- , .
http://processingjs.org.
-:
Processing.js uses JavaScript to render 2D and 3D content on HTML canvas, and is supported by browsers that have implemented this element (the latest versions of Mozilla Firefox, Opera, Internet Explorer 9, Safari, and Google Chrome).