Package Exports
- bullet-raub
- bullet-raub/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bullet-raub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bullet Physics for Node.js
This is a part of Node3D project.
npm i -s bullet-raubNode.js addon providing a Bullet-driven physics API.
This library is a simplified interpretation of Bullet Physics. Only rigid bodies and DOF-6 constraint are supported.
Note: this addon uses N-API, and therefore is ABI-compatible across different Node.js versions. Addon binaries are precompiled and there is no compilation step during the
npm icommand.
See TypeScript declarations for more details.