chipmunk

Version, currently master branch1 version
  • master branchlatestOct 26, 2025

github.com/oprypin/crystal-chipmunk

Crystal bindings to Chipmunk, a 2D rigid body physics library for games

45 stars
2 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  chipmunk:
    github: oprypin/crystal-chipmunk
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 0.30.1
License
MIT
Author
Oleh Prypin
Targets
  • demos from examples/demos.cr
  • hello from examples/hello.cr
  • hello_sfml from examples/hello_sfml.cr

Dependencies

Development Dependencies

README

crystal-chipmunk

Crystal bindings to Chipmunk (2D rigid body physics library).

Requires Chipmunk 7.

Documentation

API Documentation

Credits

License: MIT.

This library uses and is based on Chipmunk.

Tests and documentation are based on pymunk.