chipmunk2d

February 22, 2025 ยท View on GitHub

chipmunk2d is a V wrapper around the 2D physics library Chipmunk2D. (Chipmunk2D source code can be found here)

The module strives to support 100% of the API.

Install

v install https://github.com/larpon/chipmunk2d.git

Running

Run the demo example with:

v run ~/.vmodules/chipmunk2d/examples/demo/

Notes

Upstream:

Chipmunk2D v7.0.3 https://github.com/slembcke/Chipmunk2D @ d0239ef

Contents

  1. 1Install
  2. 2Running
  3. 3Notes