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]

Warnings:

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.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0, 0.1.4.0, 0.1.4.0
Change log None available
Dependencies base (>=4.7 && <5), hashable (>=1.2.6.0 && <1.4), 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 CthulhuDen at 2020-12-07T21:47:22Z

Modules

[Index] [Quick Jump]

Flags

Manual 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


Readme for chiphunk-0.1.4.0

[back to package description]

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