https://github.com/heapsio/bullet
Bullet Physics for Heaps
https://github.com/heapsio/bullet
Last synced: 4 months ago
JSON representation
Bullet Physics for Heaps
- Host: GitHub
- URL: https://github.com/heapsio/bullet
- Owner: HeapsIO
- Created: 2019-02-22T09:35:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T13:51:26.000Z (over 7 years ago)
- Last Synced: 2025-01-09T04:46:45.744Z (over 1 year ago)
- Language: Haxe
- Size: 48.8 KB
- Stars: 28
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bullet
[Bullet Physics](https://github.com/bulletphysics) wrapper for Heaps
Supports both HashLink and JS output thanks to [WebIDL](https://github.com/ncannasse/webidl)
## Compilation
Download the Bullet sources and put them in hashlink/src/bullet directory.
Then run `make gen_hl`
Then open an compile `bullet.sln`
Requires having hashlink one level upper than bullet directory, such as:
```
/hashlink
/libs
/bullet
```