Is there an open source environment for a 3d canvas?

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)

+5
source share
4 answers
+7
source

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)

+6
source

Webkit 3d CSS3 - , (Chrome, Mobile Safari iOS), 3D- ( , Google iOS).

, 3D- , .

+2

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).

0
source

All Articles