Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
deps-bullet-raub
Advanced tools
This is a part of Node3D project.
This dependency package is distributing Bullet Physics binaries through NPM for Node.js addons.
npm i -s deps-bullet-raub
binding.gyp
'variables': {
'bullet_include' : '<!(node -e "require(\'deps-bullet-raub\').include()")',
'bullet_bin' : '<!(node -e "require(\'deps-bullet-raub\').bin()")',
},
...
'targets': [
{
'target_name': '...',
'include_dirs': [
'<(bullet_include)',
...
],
'library_dirs': [ '<(bullet_bin)' ],
'libraries' : [ '-lbullet' ],
'conditions': [
['OS=="linux"', {
'libraries': [
'-Wl,-rpath,<(bullet_bin)',
],
}],
['OS=="mac"', {
'libraries': [
'-Wl,-rpath,<(bullet_bin)',
}],
['OS=="win"', {
}],
],
},
addon.cpp
#include <...>
This software uses the Bullet physics open source library. Bullet is legally used under the ZLIB license. It is explicitly stated that Bullet can be used commercially in closed-source projects. Bullet licensing information (a COPY) is given in a separate file, which also can be found on Bullet's official repository.
Binaries for all current platforms are built through Qt's QMAKE system WITHOUT any use of
Qt-libraries. A .pro
for QMAKE file along with brute-force extracted Bullet sources are
inside qt
folder here.
As the layout of Bullet's source tree and the way it is compiled were changed, the whole
new codebase is published here to both comply with ZLIB requirements and provide means for
further expansion of this set of precompiled binaries to different platforms.
Only Bullet-2 part is compiled, Bullet-3 and CL are excluded, for now. 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.
FAQs
Binaries and headers for Bullet-dependent compilation
The npm package deps-bullet-raub receives a total of 22 weekly downloads. As such, deps-bullet-raub popularity was classified as not popular.
We found that deps-bullet-raub demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.