https://github.com/apiorno/pharo-chipmunk
Chipmunk2D binding using the Pharo UFFI
https://github.com/apiorno/pharo-chipmunk
Last synced: 2 months ago
JSON representation
Chipmunk2D binding using the Pharo UFFI
- Host: GitHub
- URL: https://github.com/apiorno/pharo-chipmunk
- Owner: apiorno
- License: mit
- Created: 2019-12-22T05:25:22.000Z (over 5 years ago)
- Default Branch: release-candidate
- Last Pushed: 2020-10-15T15:01:52.000Z (over 4 years ago)
- Last Synced: 2025-02-11T12:21:21.560Z (4 months ago)
- Language: Smalltalk
- Size: 302 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
pharo-chipmunk [UNDER DEVELOPMENT]
pharo-chipmunk are bindings of Chipmunk2D Physics engine for Pharo Smalltalk
Explore the docs »
Report a defect
|
Request feature
## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Quick Start
- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
- Download a ready to use image from the [release page](https://github.com/apiorno/pharo-chipmunk/releases/latest)
- Explore the [documentation](docs/)## Installation
To load the project in a Pharo image, or declare it as a dependency of your own project follow this [instructions](docs/Installation.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)