Difference between revisions of "Bullet"

From HaskellWiki
Jump to navigation Jump to search
Line 2: Line 2:
   
 
Bullet is a C++ library.
 
Bullet is a C++ library.
  +
 
Here is a haskell wrapper and an example for it.
 
Here is a haskell wrapper and an example for it.
   
 
[[Media:Bullet.hs|Bullet.hs]] - bullet haskell wrapper
 
[[Media:Bullet.hs|Bullet.hs]] - bullet haskell wrapper
  +
  +
[[Media:BulletExample.hs|BulletExample.hs]] - example program
  +
  +
[[Image:BulletExample.jpg|BulletExample.jpg]]

Revision as of 14:18, 28 June 2008

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

BulletExample.jpg