From d6221d4a018aac0ca13c8565a4e99574ca2f229b Mon Sep 17 00:00:00 2001 From: Harrison Shoebridge Date: Tue, 1 Dec 2015 17:56:00 +1100 Subject: [PATCH] Add engi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f217768..7d10c726 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Awesome game development libraries.* +* [engi](https://github.com/paked/engi) - A cross-platform game engine following the Entity Component System design pattern * [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL. * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library. * [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A* path finding algorithm