views:

333

answers:

4

I want to accomplish something similar to what photoshop.com has and this site here: http://mrdoob.com/projects/chromeexperiments/google_gravity/

Does anyone know how to do this with javascript (preferably jquery) ?

A: 

This blogpost gives some nice directions about the subject.

marcgg
+2  A: 

A jPhysics demo can be found online at http://www.inf.ufrgs.br/~rcpinto/physics/ and downloaded from http://plugins.jquery.com/project/jphysics or from Google at http://code.google.com/p/jqueryphysics/

Jonathan Sampson
+1  A: 

I think the google example used Box2Djs. I have used box2d for python and its great.

David Raznick
A: 

http://mrdoob.com/blog/post/644

Mr.doob
Btw, the google gravity IS javascript. Take a look at the code, is not hard to implement.
Mr.doob