Add Azul3D game engine. (#1220)

This commit is contained in:
Денис Телюх 2016-12-15 00:02:19 +07:00 committed by Dmitri Shuralyov
parent 9b9606baba
commit ada9c9aeb8

View File

@ -437,6 +437,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Awesome game development libraries.*
* [Azul3D](https://github.com/azul3d/engine) - A 3D game engine written in Go
* [Ebiten](https://github.com/hajimehoshi/ebiten) - A simple SNES-like 2D game library in Go
* [engo](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm.
* [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL.