Personal tools

Bullet

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
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.
+
[http://www.bulletphysics.com/Bullet/wordpress/bullet 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.
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

Revision as of 14:08, 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