Description
Haskell bindings for Chipmunk2D physics engine.
Description
Please see the README on GitHub at https://github.com/CthulhuDen/chiphunk#readme
README.md
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),