Releases: node-3d/bullet
Releases · node-3d/bullet
Release list
Release 4.1.0
- Added
body.quatproperty to work with quaternions. - Improved TS declarations regarding
body.rot,body.quatandBody.
Release 4.0.0
- Migrated Linux ARM build action to GH runner.
- Replaced MacOS 64 build with MacOS ARM64.
- Updated dependencies.
- Rebuilt binaries.
- Optimized the size of Windows binary.
- Improved Readme.
Release 3.0.1
Added missing index.d.ts to package.
Release 3.0.0
- Rebuilt with new Bullet libs.
- Upgraded the GitHub build action and added Linux Aarch64 support.
- Now the binary archives are in GZ format.
- Updated dependencies.
- Switched from Jest to Node.js testing.
Update segfault dependency
Makes logging segfaults to file optional.
The Advent of N-API
Designed to work with Addon Tools 5. Moved GYP build step to subfolder.
Installation flow was changed.
Before: download sources, compile, remove unnecessary intermediates.
Now: download N-API binary from a Github/other release.
Bullet Initial
The core features are estabilished.
Rigid body physics is provided by Body and Joint.