https://github.com/larpon/chipmunk2d
V wrapper of the Chipmunk2D physics library
https://github.com/larpon/chipmunk2d
Last synced: 4 months ago
JSON representation
V wrapper of the Chipmunk2D physics library
- Host: GitHub
- URL: https://github.com/larpon/chipmunk2d
- Owner: larpon
- License: mit
- Created: 2025-02-18T14:55:19.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-25T15:42:56.000Z (4 months ago)
- Last Synced: 2025-02-25T16:34:31.144Z (4 months ago)
- Language: C
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - chipmunk2d - V wrapper of the Chipmunk2D physics library. (Libraries / Game development)
- trackawesomelist - chipmunk2d (⭐1) - V wrapper of the Chipmunk2D physics library. (Recently Updated / [Feb 28, 2025](/content/2025/02/28/README.md))
README
# chipmunk2d
`chipmunk2d` is a V wrapper around the 2D physics library [Chipmunk2D](https://chipmunk-physics.net/).
([Chipmunk2D source code can be found here](https://github.com/slembcke/Chipmunk2D))The module strives to support 100% of the API.
## Install
```bash
v install https://github.com/larpon/chipmunk2d.git
```## Running
Run the demo example with:
```bash
v run ~/.vmodules/chipmunk2d/examples/demo/```
## Notes
Upstream:
Chipmunk2D v7.0.3 https://github.com/slembcke/Chipmunk2D @ d0239ef