From 75dbc52b6e50295ca68a03550526598cc89a041f Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 25 Feb 2017 15:34:14 +0100 Subject: [PATCH] Add raylib-go (#1302) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39fce50..c636b79 100644 --- a/README.md +++ b/README.md @@ -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