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]

Flags

Automatic Flags
NameDescriptionDefault
library-onlyEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 async (>=2.2.1 && <2.3), base (>=4.7 && <5), chiphunk, nanovg (>=0.6.0.0 && <0.7), nanovg-simple (>=0.4.0.0 && <0.5), safe-exceptions (>=0.1.7.0 && <0.2), StateVar (>=1.1.1.1 && <1.2), vector-space (>=0.13 && <0.16) [details]
License BSD-3-Clause
Copyright Cthulhu (c) 2018
Author Cthulhu
Maintainer cthulhu.den@gmail.com
Category Physics
Home page https://github.com/CthulhuDen/chiphunk#readme
Uploaded by CthulhuDen at 2018-11-18T11:37:00Z
Distributions
Reverse Dependencies 1 direct, 8 indirect [details]
Executables chiphunk
Downloads 3882 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-18 [all 1 reports]

Readme for chiphunk-0.1.0.3

[back to package description]

chiphunk

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