Bullet

From HaskellWiki
Revision as of 14:20, 28 June 2008 by Hcube (talk | contribs)
Jump to navigation Jump to search

Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library. It is free for commercial use under the ZLib license.

Bullet is a C++ library.

Here is a haskell wrapper and an example for it.

Bullet.hs - bullet haskell wrapper

BulletExample.hs - example program

requirements: glut, Bullet

compile command: ghc -XForeignFunctionInterface Bullet.hs BulletExample.hs -lbulletdynamics -lbulletmath -lbulletcollision -lstdc++ -o example -package GLUT


BulletExample.jpg