bullet-node
v0.0.6
Published
trying to access bullet physics from node gyp
Downloads
9
Maintainers
Readme
bullet-gyp-ts
trying to access bullet physics from node gyp
basic functionality target
- Create dynamics world ✅
- Update dynamic world ✅
- Destroy dynamic world
- Create ground
- Create Box and Sphere shapes ✅
- Step simulation ✅
- Get somehow bodies position from and to bullet ✅
- Collision callback ✅ kind of