After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support.
Any suggestion?
After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support.
Any suggestion?
I'm very psyched about Raphaël. I've used it in one project and it works like a charm.
Check out Walter Zorn's library
www.walterzorn.de/en
John Resig's port of the Processing library to Javascript:
http://ejohn.org/blog/processingjs
Flot is a pure Javascript plotting library for jQuery.
The canvas html element may be the best backing and is used as such in many libraries (I know flot and processingjs mentionned by sibblings are using it)
canvas element is the lower API abstraction level you can get, which may be conceptually similar to Cairo or GDI
Here are a few physics engines written in javascript that have some graphics capabilities.
http://blog.quantumstate.co.uk/javascript-physics-engine.html
http://box2d-js.sourceforge.net/