[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bullet physics bindings for Lua
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Sun, 1 Jul 2012 22:43:18 +0100
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.