Haskell wrapper for bullet

Show what you made with Bullet Physics SDK: Games, Demos, Integrations with a graphics engine, modeler or any other application
hcube
Posts: 2
Joined: Sat Jun 28, 2008 2:47 pm

Haskell wrapper for bullet

Post by hcube »

Hi!
I've made a simple haskell binding for bullet C api.
http://www.haskell.org/haskellwiki/Bullet
Cheers
Csaba Hruska
vitorlima
Posts: 2
Joined: Mon Dec 17, 2007 9:42 pm

Re: Haskell wrapper for bullet

Post by vitorlima »

I don't know if it really works, but someone should give it a try:
http://darcs.haskell.org/~lemmih/hacanon/

Looks like this program can generate haskell bindings from any C++ code given some sort of description called data interface scheme.