An open API service indexing awesome lists of open source software.

https://github.com/ctreffs/swiftbullet

Swift bindings for the Bullet Real-Time Physics Simulation library
https://github.com/ctreffs/swiftbullet

bullet-physics swift swift-package-manager

Last synced: 6 months ago
JSON representation

Swift bindings for the Bullet Real-Time Physics Simulation library

Awesome Lists containing this project

README

          

# Swift Bullet

[![macOS](https://github.com/ctreffs/SwiftBullet/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/ctreffs/SwiftBullet/actions/workflows/ci-macos.yml)

---
### **THIS IS A WORK IN PROGRESS AND DOES NOT NECESSARILY FUNCTION AT ALL!**
---

## Requirements

### macOS

uses Bullet stable 3.17

```
brew install bullet

```

### Linux

```
apt-get install -y -qq pkg-config
apt-get install -y -qq libbullet2.88
apt-get install -y -qq libbullet-dev=2.88+dfsg-2build1

```

## License

[MIT](LICENSE)

### Notes

-
-
- Best Bullet C-API documentation: