https://github.com/capsadmin/bullet3-c-api
c api for bullet3
https://github.com/capsadmin/bullet3-c-api
Last synced: over 1 year ago
JSON representation
c api for bullet3
- Host: GitHub
- URL: https://github.com/capsadmin/bullet3-c-api
- Owner: CapsAdmin
- License: gpl-3.0
- Created: 2014-10-03T13:48:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T21:49:00.000Z (about 11 years ago)
- Last Synced: 2025-01-22T15:11:38.758Z (over 1 year ago)
- Language: C++
- Size: 238 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: COPYING
Awesome Lists containing this project
README
This is a C api for bullet3 that I use in
[Goluwa](https://github.com/CapsAdmin/goluwa/). I bind what I need and try to avoid C callbacks.
[modules/lj-bullet3/init.lua](https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/modules/lj-bullet3/init.lua) - low level wrapper
[libraries/entities/components/physics.lua](https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/entities/components/physics.lua) - high level body wrapper
[libraries/entities/physics.lua](https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/entities/physics.lua) -- high level wrapper
Please note that I'm not very experienced with bullet, C++ or making C libraries in general. So if you see something wrong don't hesitate to make an issue or pull request.