BSD-3-Clause licensed by Cthulhu
This version can be pinned in stack with:chiphunk-0.1.4.0@sha256:37dd8efe835471f25cece2fc51512e0535cadfc4c19e0211530d0fe731ff466d,5100

Module documentation for 0.1.4.0

chiphunk

Chiphunk is a Haskell bindings for Chipmunk2D physics library. See Chiphunk.Low module for documentation.

See app/Main.hs for quick example of usage. Rendering is done by NanoVG, you will need pkg-config to have GLU and GLEW files (e.g. aptitude install libglu-dev libglew-dev on Ubuntu),