Registry / other / bytearena-box2d

bytearena-box2d

JSON →
library1.0.2gogounverified

Go port of the Box2D physics engine.

go get github.com/ByteArena/box2d
INSTALL
IMPORT
SIG · BYTEARENA-BOX2D
B
bytearena-box2d
othergov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

box2d
github.com/ByteArena/box2d

Create a physics world and a body.

package main import ( "github.com/ByteArena/box2d" ) func main() { world := box2d.MakeB2World(box2d.MakeB2Vec2(0, -10)) bodyDef := box2d.MakeB2BodyDef() body := world.CreateBody(&bodyDef) _ = body }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
bytearena-box2d — go get bytearena-box2d · libregistry