chiphunk: Haskell bindings for Chipmunk2D physics engine

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0, 0.1.4.0
Change log None available
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
Category Physics
Home page https://github.com/CthulhuDen/chiphunk#readme
Uploaded by CthulhuDen at 2019-09-22T16:17:04Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for chiphunk-0.1.1.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.