From 2b2db3c3db7e149e30e3d6c9ad4a309ff9debd3d Mon Sep 17 00:00:00 2001 From: Liam Middlebrook Date: Sat, 9 Aug 2014 16:03:52 -0400 Subject: [PATCH] Added MINX to list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f529cf..7cc99c5 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ All with one codebase. * [CutJS](http://cutjs.org/) - Lightweight, fast, interactable 2D HTML5 rendering engine for cross-platform game development. * [XNA](https://msxna.codeplex.com/) - Microsoft's game development framework. * [Monogame](http://www.monogame.net/) - Open Source implementation of the Microsoft XNA 4 Framework. +* [MINX](https://github.com/GearChicken/MINX) - Open Source 2D game framework written in C++ (to the style of XNA) * [Farseer](http://farseerphysics.codeplex.com) - a collision detection system with realistic physics responses. * [Chipmunk2D](https://chipmunk-physics.net/) - A fast and lightweight 2D game physics library. * [Chipmunk C#](https://github.com/netonjm/ChipmunkSharp) - C# implementation of the Chipmunk2D lib.