@hackage Hipmunk5.2.0

A Haskell binding for Chipmunk.

Chipmunk is a fast, simple, portable, 2D physics engine (http://code.google.com/p/chipmunk-physics/ and http://wiki.slembcke.net/main/published/Chipmunk). This package contains a prerelease Chipmunk 5.0 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:

  • Use package StateVar for all variables.

  • Do not use Chipmunk's debug mode.

New in version 5.1.0:

  • Updated to Chipmunk 5.0 revision 402. setElasticIterations is now deprecated.

  • New, revamped callback system. See module Physics.Hipmunk.Callbacks.

  • Support for the new ratchet joint. Thanks, Owen Anderson.

  • Support for limits on linear and angular velocities.

  • shapePointQuery and shapeSegmentQuery don't filter groups and layers anymore.

Licensed under the MIT license (like Chipmunk itself).