The Hipmunk package
Chipmunk is a fast, simple, portable, 2D physics engine (http://code.google.com/p/chipmunk-physics/). This package the Chipmunk 5.3.4 source and Haskell bindings to all of its functions. It is completely self-contained. Please see http://hackage.haskell.org/package/HipmunkPlayground for a demonstration of this library.
New in version 5.2.0.5:
Always compile wrapper.c and fix Haddock errors while handling Unicode. Thanks, Joachim Breitner.
New in version 5.2.0.4:
New system-chipmunk flag. When activated, the package will use the system-wide installed Chipmunk library. Thanks, Joachim Breitner.
New in version 5.2.0.3:
Update to Chipmunk 5.3.5 and bump dependencies to match GHC 7.2.1. (Thanks, Sönke Hahn!)
Now Sönke Hahn is also a Hipmunk maintainer. Awesome!
New in version 5.2.0.2:
Update to Chipmunk 5.3.4. Note, however, that not all functionality available in Chipmunk 5.3.4 is here yet. But the bug fixes and performance improvements are.
Fix linking bug present since Hipmunk 5.1.0. Thanks, Sönke Hahn.
Correctly destroy the space in the presence of callbacks.
Workaround difficult-to-reproduce bug in Chipmunk where the number of contact points in an arbiter would get garbage. When that happens (and the garbage does look like garbage) we give an empty list of contact points.
Licensed under the MIT license (like Chipmunk itself).
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.2.2, 5.0.0, 5.0.1, 5.0.1.1, 5.1.0, 5.2.0, 5.2.0.1, 5.2.0.2, 5.2.0.3, 5.2.0.4, 5.2.0.5, 5.2.0.6, 5.2.0.7, 5.2.0.8, 5.2.0.9, 5.2.0.10 |
|---|---|
| Dependencies | array (≥0.1 & <0.4), base (≥3 & <5), containers (≥0.1 & <0.5), StateVar (1.0.*), transformers (0.2.*) or base (2.*), StateVar (1.0.*), transformers (0.2.*) |
| License | OtherLicense |
| Copyright | (c) 2008-2011 Felipe A. Lessa |
| Author | Felipe A. Lessa <felipe.lessa@gmail.com> |
| Maintainer | Felipe A. Lessa <felipe.lessa@gmail.com>, Sönke Hahn <shahn@joyridelabs.de> |
| Stability | provisional |
| Category | Physics, Game |
| Home page | http://patch-tag.com/r/felipe/hipmunk/home |
| Source repository | darcs get http://patch-tag.com:/r/felipe/hipmunk |
| Upload date | Wed Oct 26 16:02:39 UTC 2011 |
| Uploaded by | FelipeLessa |
| Built on | ghc-7.2 |
| Distributions | NixOS: 5.2.0.10, Debian: 5.2.0.8 |
Modules
Downloads
- Hipmunk-5.2.0.5.tar.gz (Cabal source package)
- package description (included in the package)