Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 306 Bytes

File metadata and controls

6 lines (4 loc) · 306 Bytes

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