@hackage / chiphunk

Haskell bindings for Chipmunk2D physics engine

Latest0.1.4.0

About

Metadata

  • Last updated , by CthulhuDen
  • License BSD-3-Clause
  • Categories Physics
  • Maintained by: cthulhu.den@gmail.com, lemmih@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    library-only (on by default)

Readme

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