JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q45049F
  • License MIT

Bullet-driven physics API

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 ESLint Test Cpplint

npm i -s bullet-raub

Node.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 i command.

See TypeScript declarations for more details.