Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noofbiz/engobox2dsystem

Physics, Collision, and Mouse systems for the Engo game engine that utilizes ByteArena's box2d Go port
https://github.com/noofbiz/engobox2dsystem

box2d collision-detection engo game-2d golang physics-2d

Last synced: 8 days ago
JSON representation

Physics, Collision, and Mouse systems for the Engo game engine that utilizes ByteArena's box2d Go port

Awesome Lists containing this project

README

        

# engoBox2dSystem [![GoDoc](https://godoc.org/github.com/Noofbiz/engoBox2dSystem?status.svg)](https://godoc.org/github.com/Noofbiz/engoBox2dSystem)

Physics, Collision, and Mouse systems for the Engo game engine that utilizes ByteArena's box2d Go port

This is a set of systems for use with the [Engo](https://engoengine.github.io/) game engine.

To use, make sure Engo is working first. Then you'll need the go port of [box2d](https://github.com/ByteArena/box2d). Then you can run

```
go get github.com/Noofbiz/engoBox2dSystem
```

Check out the demos to see what you can do. They're currently a work in progress, so check back later for more!