Skip to content

Loader, written in Go, for scenes created by the R.U.B.E Box2D editor.

License

Notifications You must be signed in to change notification settings

maxfish/go-b2dJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-b2dJson

Loader, written in Go, for scenes created by the R.U.B.E Box2D editor.

Usage

// [...] Game init
scene := NewB2DJsonSceneFromFile("scenes/scene.json")
b2World := scene.World

// [...] Game loop
b2World.Step(1/scene.StepsPerSecond, scene.VelocityIterations, scene.PositionIterations)

Links

About

Loader, written in Go, for scenes created by the R.U.B.E Box2D editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages