Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HeapsIO/bullet
Bullet Physics for Heaps
https://github.com/HeapsIO/bullet
Last synced: 6 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T13:51:26.000Z (over 5 years ago)
- Last Synced: 2024-08-02T07:24:47.017Z (3 months 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
- awesome-game-engine-dev - HeapsIO/bullet - _Bullet 3D_ physics for _Heaps_ (Haxe's native low-level game framework). (Libraries / Haxe)
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
```