1.0.9 • Published 4 years ago

matterjs-ragdoll v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

To use:

  • expects one argument, scale amount (0 through 1)
  • relies on import of main matter.js physics engine
import Matter from 'matter-js'
import { createRagdoll } from 'matterjs-ragdoll'
  • then, in your main program call..
createRagdoll([size int])
  • createRagdoll(1) returns a Matter.Composite of the ragdoll
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago