[plt-scheme] Box2D bindings
On Sun, May 3, 2009 at 8:57 AM, gabor papp <gabor.lists at mndl.hu> wrote:
> Hello,
>
> Has anyone worked on binding Box2D (a rigid body simulation library) to
> PLT Scheme? If not, I will try to do it myself, but I'd like to build on
> existing work if possible.
>
> Thanks,
> Gabor
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
Since Box2D is a C++ library writing bindings for it is going to be
unnecessarily annoying. I would suggest using something else, like Chipmunk
(http://wiki.slembcke.net/main/published/Chipmunk) which is a pure C rigid
body library.
--tomppa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090503/b2fb65d9/attachment.html>