Skip to content

Commit

Permalink
Update README.md (#28)
Browse files Browse the repository at this point in the history
1. Formatting
2. Ebiten -> Ebitengine
3. Outdated link fix: master -> main
  • Loading branch information
setanarut authored Jan 4, 2024
1 parent e3b89a6 commit 8f52a70
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@

[Chipmunk2D](https://github.com/slembcke/Chipmunk2D) ported to Go

## project status
## Project status

Stable -- most features are implemented and the demos are very close to Chipmunk2D demos.

## examples
## Examples

https://github.com/jakecoffman/cp-examples contains the port of all of the Chipmunk2D demos.
- [github.com/jakecoffman/cp-examples](https://github.com/jakecoffman/cp-examples) contains the port of all of the Chipmunk2D demos.
- [github.com/hajimehoshi/ebiten/blob/main/examples/chipmunk/main.go](https://github.com/hajimehoshi/ebiten/blob/main/examples/chipmunk/main.go) is an example using Ebitengine
- [github.com/gen2brain/raylib-go/blob/master/examples/physics/chipmunk/main.go](https://github.com/gen2brain/raylib-go/blob/master/examples/physics/chipmunk/main.go) is an example with raylib's Go port

https://github.com/hajimehoshi/ebiten/blob/master/examples/chipmunk/main.go is an example using Ebiten

https://github.com/gen2brain/raylib-go/blob/master/examples/physics/chipmunk/main.go is an example with raylib's Go port

## documentation
## Documentation

The official chipmunk docs are a really good place to start: https://chipmunk-physics.net/release/ChipmunkLatest-Docs/

## features
## Features

Same features as Chipmunk2D:

Expand Down

0 comments on commit 8f52a70

Please sign in to comment.