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),