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

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

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.