Skip to content

neguse/gox2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

236 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gox2d

A pure Go port of Box2D v3.1.1.

Install

go get github.com/neguse/gox2d/box2d

Usage

import "github.com/neguse/gox2d/box2d"

Examples

See the examples/ directory for various samples.

go run ./examples/demo

Build & Test

go build ./box2d/
go test ./box2d/

License

MIT License. See LICENSE for details.

This is a derivative work based on Box2D v3 (Copyright (c) 2022 Erin Catto).

About

A pure Go port of Box2D.

Resources

License

Stars

Watchers

Forks

Contributors