Add raylib-go (#1302)

This commit is contained in:
Milan Nikolic 2017-02-25 15:34:14 +01:00 committed by Bo-Yi Wu
parent d18baf9aee
commit 75dbc52b6e

View File

@ -461,6 +461,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go3d](https://github.com/ungerik/go3d) - A performance oriented 2D/3D math package for Go
* [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang
* [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework
* [raylib-go](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.
* [termloop](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox