https://github.com/node-3d/deps-bullet-raub
Binaries and headers for Bullet3-dependent compilation
https://github.com/node-3d/deps-bullet-raub
binary bullet bullet-physics gyp headers lib native node-3d
Last synced: 5 months ago
JSON representation
Binaries and headers for Bullet3-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-bullet-raub
- Owner: node-3d
- License: mit
- Created: 2018-01-09T14:56:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T09:26:38.000Z (over 1 year ago)
- Last Synced: 2024-11-15T17:50:46.484Z (5 months ago)
- Topics: binary, bullet, bullet-physics, gyp, headers, lib, native, node-3d
- Language: C++
- Homepage: https://github.com/node-3d/node-3d
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bullet3 Binaries
This is a part of [Node3D](https://github.com/node-3d) project.
[](https://badge.fury.io/js/deps-bullet-raub)
[](https://github.com/node-3d/deps-bullet-raub/actions/workflows/eslint.yml)
[](https://github.com/node-3d/deps-bullet-raub/actions/workflows/test.yml)```console
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](https://github.com/bulletphysics/bullet3/blob/master/docs/Bullet_User_Manual.pdf)
and [examples](https://github.com/bulletphysics/bullet3/tree/master/examples).See [bullet-raub](https://github.com/node-3d/bullet-raub/tree/master/src) 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](http://bulletphysics.org/wordpress/).
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](/BULLET_ZLIB),
and can also be found at the
[official repository](https://github.com/bulletphysics/bullet3/blob/master/LICENSE.txt).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.