From 5a7e4b2f498da729f27c89b57a72708aa50f4308 Mon Sep 17 00:00:00 2001 From: Devon Date: Thu, 18 Jun 2020 15:11:14 -0700 Subject: [PATCH] Add Astera to Game Engines / Frameworks (#220) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc66296..a32b2ab 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Code * :tada: [Amethyst](https://www.amethyst.rs/) - Data-driven game engine written in Rust for 2D & 3D using `gfx-rs`. * :tada: [amulet](http://www.amulet.xyz/) - A free Lua-based audio/visual toolkit suitable for small games and experimentation. It runs on Windows, Mac, Linux, HTML5 and iOS. * :tada: [AndEngine](http://www.andengine.org) - 2D Android Game Engine +* :tada: [Astera](https://github.com/tek256/astera) - 2D C99 Cross Platform Game Library / Framework * :tada: [Azul3D](http://azul3d.org/) - A 3D engine written in Go. * :tada: [Bacon2D](http://bacon2d.com/) - A framework to ease 2D game development, providing ready-to-use QML elements representing basic game entities needed by most of games. * :tada: [bgfx](https://github.com/bkaradzic/bgfx) - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.