Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/node-3d/bullet-raub
Bullet-driven physics API
https://github.com/node-3d/bullet-raub
addon bindings bullet native node-3d physics
Last synced: 28 days ago
JSON representation
Bullet-driven physics API
- Host: GitHub
- URL: https://github.com/node-3d/bullet-raub
- Owner: node-3d
- License: mit
- Created: 2018-01-09T19:42:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T18:13:43.000Z (about 1 year ago)
- Last Synced: 2024-10-27T21:13:03.013Z (2 months ago)
- Topics: addon, bindings, bullet, native, node-3d, physics
- Language: C++
- Homepage: https://github.com/node-3d/node-3d
- Size: 190 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bullet Physics for Node.js
This is a part of [Node3D](https://github.com/node-3d) project.
[![NPM](https://badge.fury.io/js/bullet-raub.svg)](https://badge.fury.io/js/bullet-raub)
[![ESLint](https://github.com/node-3d/bullet-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/bullet-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/bullet-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/bullet-raub/actions/workflows/test.yml)
[![Cpplint](https://github.com/node-3d/bullet-raub/actions/workflows/cpplint.yml/badge.svg)](https://github.com/node-3d/bullet-raub/actions/workflows/cpplint.yml)```console
npm i -s bullet-raub
```**Node.js** addon providing a Bullet-driven physics API.
This library is a simplified interpretation of
[Bullet Physics](https://github.com/bulletphysics/bullet3).
Only rigid bodies and DOF-6 constraint are supported.> Note: this **addon uses N-API**, and therefore is ABI-compatible across different
Node.js versions. Addon binaries are precompiled and **there is no compilation**
step during the `npm i` command.See [TypeScript declarations](/index.d.ts) for more details.