Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oprypin/crystal-chipmunk
Crystal bindings to Chipmunk, a fast and lightweight 2D game physics library
https://github.com/oprypin/crystal-chipmunk
bindings chipmunk crystal physics-engine
Last synced: about 1 month ago
JSON representation
Crystal bindings to Chipmunk, a fast and lightweight 2D game physics library
- Host: GitHub
- URL: https://github.com/oprypin/crystal-chipmunk
- Owner: oprypin
- License: mit
- Created: 2016-08-18T19:41:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T20:24:15.000Z (8 months ago)
- Last Synced: 2024-10-03T12:24:02.562Z (2 months ago)
- Topics: bindings, chipmunk, crystal, physics-engine
- Language: Crystal
- Homepage: https://oprypin.github.io/crystal-chipmunk
- Size: 221 KB
- Stars: 43
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - crystal-chipmunk - Bindings for [Chipmunk](http://chipmunk-physics.net/), a fast and lightweight 2D game physics library (Game Development)
- awesome-crystal - crystal-chipmunk - Bindings for [Chipmunk](http://chipmunk-physics.net/), a fast and lightweight 2D game physics library (Game Development)
- awesome-crystal - crystal-chipmunk - Bindings to [Chipmunk](http://chipmunk-physics.net/), a fast and lightweight 2D game physics library (Game Development)
README
# crystal-chipmunk
#### [Crystal] bindings to [Chipmunk] (2D rigid body physics library).
Requires Chipmunk 7.
### Documentation
**[API Documentation]**
### Credits
[License](LICENSE): MIT.
This library uses and is based on [Chipmunk].
Tests and documentation are based on [pymunk].
[api documentation]: https://oprypin.github.io/crystal-chipmunk
[crystal]: https://crystal-lang.org/
[chipmunk]: https://chipmunk-physics.net/ "Chipmunk2D Physics"
[pymunk]: https://www.pymunk.org/