lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2012/6/26 Gaspard Bucher <gaspard@teti.ch>:
> Before I start dubbing Lua bindings for the bullet 3D physics engine
> [1], are there any up-to-date (full) bindings for this library ?

I started one based on data extracted with GCCXML, but realized it was
too big a task (especially since GCCXML is so hard to get working) for
my needs and ultimately created a simpler "physics" module in C++
using only the very specific parts of Bullet I needed.

Anyway, that first semi-automatic binding is online there :

https://bitbucket.org/doub/luabullet

Feel free to steal anything you want from there, even if it's merely ideas.