chiphunk: Haskell bindings for Chipmunk2D physics engine

[ bsd3, library, physics ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/CthulhuDen/chiphunk#readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0, 0.1.4.0
Dependencies base (>=4.7 && <5), hashable (>=1.2.6.0 && <1.3), safe-exceptions (>=0.1.7.0 && <0.2), StateVar (>=1.1.1.1 && <1.3), vector-space (>=0.13 && <0.17) [details]
License BSD-3-Clause
Copyright Cthulhu (c) 2018
Author Cthulhu
Maintainer cthulhu.den@gmail.com, lemmih@gmail.com
Category Physics
Home page https://github.com/CthulhuDen/chiphunk#readme
Uploaded by DavidHimmelstrup at 2019-10-01T09:34:19Z
Distributions
Reverse Dependencies 1 direct, 8 indirect [details]
Downloads 3862 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-10-01 [all 1 reports]

Readme for chiphunk-0.1.2.0

[back to package description]

chiphunk

Chiphunk is a Haskell bindings for Chipmunk2D physics library. See Chiphunk.Low module for documentation.

Simple examples of usage can be found in chiphunk-example package.