An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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