利用重力效果拖动元素
我想要完成类似于 photoshop.com 和此网站的功能:http://mrdoob。 com/projects/chromeexperiments/google_gravity/
有谁知道如何使用javascript(最好是jquery)来做到这一点?
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) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jPhysics 演示可在线找到 http://www.inf.ufrgs.br/ ~rcpinto/physicals/ 并从 http://plugins.jquery.com/project/ 下载jphysics 或来自 Google http://code.google.com/p/jqueryphysicals/
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/
我认为谷歌示例使用了 Box2Djs。我在 python 中使用了 box2d,它非常棒。
I think the google example used Box2Djs. I have used box2d for python and its great.