From cd6443da7495a317f3e2c18d1d6e3ba87b415d48 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 19 Aug 2017 02:47:31 +0900 Subject: [PATCH] Add Ebiten (#142) * Add Ebiten * Add the open-source image to Ebiten --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d485f6d..560f364 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ Code * [Corona SDK](https://coronalabs.com/) - A Cross-Platform Mobile App Development for iOS and Android. * [Defold](http://www.defold.com/) - Free 2D Game Engine for Cross-Platform Publishing ![free](/img/free.png) * [Duality](http://duality.adamslair.net/) - C# / OpenGL 2D Game Engine that comes with visual editor. +* [Ebiten](https://hajimehoshi.github.io/ebiten/) - A simple 2D game library in Go. ![open soucce](/img/opensource.png) * [ENGi](https://github.com/ajhager/engi) - A multi-platform 2D game library for Go. * [Ejecta](http://impactjs.com/ejecta) - A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS. ![open soucce](/img/opensource.png) * [EnchantJS](http://enchantjs.com/) - A simple JavaScript framework for creating games and apps.