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
- Host: GitHub
- URL: https://github.com/ctreffs/swiftbullet
- Owner: ctreffs
- License: mit
- Created: 2020-11-05T08:31:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:55:24.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T03:11:59.213Z (7 months ago)
- Topics: bullet-physics, swift, swift-package-manager
- Language: Swift
- Homepage: https://pybullet.org
- Size: 135 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Swift Bullet
[](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: