verlet-js icon indicating copy to clipboard operation
verlet-js copied to clipboard

Is this 3D?

Open trusktr opened this issue 8 years ago • 5 comments

If not, do you know of a comparable 3D physics library?

trusktr avatar Oct 12 '16 01:10 trusktr

three.js

zhaoyong7 avatar Oct 12 '16 07:10 zhaoyong7

This isn't 3D, and Three.js isn't a physics library, although there are several Three.js physics engine integrations. I don't know of any 3D physics engines that are "point-based" in the same way.

1j01 avatar Dec 10 '16 22:12 1j01

https://particulatejs.org/ is somewhat similar and solves 3D systems, but doesn't have stiffness in the constraints.

forresto avatar Feb 09 '17 04:02 forresto

This example (source) seems to have stiff constraints. I don't know that it's adjustable though.

1j01 avatar Feb 09 '17 22:02 1j01

https://github.com/mattdesl/verlet-system is another lib that works in 3d.

forresto avatar Feb 21 '17 20:02 forresto