From b5169f811d72339be36e8f407a57ec2ed58ea643 Mon Sep 17 00:00:00 2001 From: Alex Rodin Date: Thu, 12 Dec 2019 23:07:32 -0300 Subject: [PATCH] Added ecs-lib Added opensource ecs-lib https://github.com/nidorx/ecs-lib#readme on Modules and Additional API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 441541f..f4b7fe2 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ Code ### Modules and Additional API * [AirConsole](https://developers.airconsole.com/#!/)- Add controller support using broswer :free: +* [ecs-lib](https://github.com/nidorx/ecs-lib#readme) - **ecs-lib** is a tiny and easy to use ECS (Entity Component System) library for game programming. It's written in Typescript but you can use on node.js and web browser too. :o2: * [kitlang](https://www.kitlang.org/) - Kit is a programming language designed for creating concise, high performance cross-platform applications. :o2: * [p2.js](http://schteppe.github.io/p2.js/) - JavaScript 2D physics library :o2: * [SimpleAI](https://github.com/mgerhardy/simpleai/) - C++ AI behaviour tree based library with a QT5 based remote debugger :o2: