Skip to content

Releases: node-3d/bullet

Release 4.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 12:40
  • Added body.quat property to work with quaternions.
  • Improved TS declarations regarding body.rot, body.quat and Body.

Release 4.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:58
  • 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

Choose a tag to compare

@github-actions github-actions released this 27 Nov 18:13

Added missing index.d.ts to package.

Release 3.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 16:31
  • 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

Choose a tag to compare

@raub raub released this 14 Jan 16:40

Makes logging segfaults to file optional.

The Advent of N-API

Choose a tag to compare

@raub raub released this 27 Nov 11:12

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

Choose a tag to compare

@raub raub released this 08 Jan 18:43

The core features are estabilished.

Rigid body physics is provided by Body and Joint.