Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/setanarut/cm

Go language port of Chipmunk2D 7.0.3 physics library.
https://github.com/setanarut/cm

2d-physics 2d-physics-engine chipmunk chipmunk-physics-engine chipmunk2d go golang

Last synced: 17 days ago
JSON representation

Go language port of Chipmunk2D 7.0.3 physics library.

Awesome Lists containing this project

README

        

[![GoDoc](https://godoc.org/github.com/setanarut/cm?status.svg)](https://pkg.go.dev/github.com/setanarut/cm)

# cm

Go language port of Chipmunk2D 7.0.3 physics library.

```Go
import "github.com/setanarut/cm"
```

> Independent fork of [jakecoffman/cp](https://github.com/jakecoffman/cp). (May differ from the original/port API)