Search code examples
htmlwebglwxglcanvas

Is there an opensource framework for 3d canvas?


Is there an opensource framework to allow real-time rendering of textured polygons? I want to display photo's in a 3d space. I don't need many polygons (less than 100, but the more the better, of course)


Solution

  • What about Three.js ?

    It's simple, open source and powerful :). (http://mrdoob.github.com/three.js/) (You can render with SVG, Canvas or WebGL)