deps-bullet-raub
v3.0.0
Published
Binaries and headers for Bullet-dependent compilation
Downloads
444
Maintainers
Readme
Bullet3 Binaries
This is a part of Node3D project.
npm i -s deps-bullet-raub
This dependency package is distributing Bullet Physics binaries through NPM for Node.js addons.
- Platforms (x64): Windows x64, Linux x64, OSX x64, Linux Aarch64.
- Library: Bullet physics, see list below.
- Linking: static lib-type.
See the official Bullet3 manual and examples.
See bullet-raub for how the libraries may be used in a Node.js addon.
Included Libs
Python and Robotics libs are NOT included, only C++/CL simulation related stuff (.lib
/.a
):
- LinearMath
- Bullet2FileLoader
- Bullet3Collision
- Bullet3Common
- Bullet3Dynamics
- Bullet3Geometry
- Bullet3OpenCL_clew
- BulletCollision
- BulletDynamics
- BulletInverseDynamics
- BulletSoftBody
Legal Notice
This software uses Bullet3. Bullet3 is legally used under the ZLIB license. It is explicitly stated that Bullet3 can be used commercially in closed-source projects. A copy of Bullet3 license is included, and can also be found at the official repository.
No changes to the original content of any Bullet source file were made. No claims are made that any physics algorithms are changed/invented within this repository.