@hackage chiphunk0.1.3.0
Haskell bindings for Chipmunk2D physics engine
Installation
Dependencies (5)
- StateVar >=1.1.1.1 && <1.3
- base >=4.7 && <5
- hashable >=1.2.6.0 && <1.4
- safe-exceptions >=0.1.7.0 && <0.2
- vector-space >=0.13 && <0.17 Show all…
Dependents (1)
@hackage/reanimate
Package Flags
library-only(on by default)
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),