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?
Here are a few physics engines written in javascript that have some graphics capabilities.
http://blog.quantumstate.co.uk/javascript-physics-engine.html
See question about SVG posted earlier:
Is it sensible to dynamically generate SVG images on websites yet?
I'm very psyched about Raphaël. I've used it in one project and it works like a charm.
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