From 17c0b107d4db1da089724ef31da222b2bc4002f3 Mon Sep 17 00:00:00 2001 From: Sergey Grishakov Date: Wed, 4 Nov 2020 20:12:18 +0300 Subject: [PATCH] Add Bevy (#231) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7dcad6..4d896dd 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Code * :tada: [Azul3D](http://azul3d.org/) - A 3D engine written in Go. * :tada: [Babylon.js](https://www.babylonjs.com/) - Javascript 3D Library. * :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: [Bevy](https://bevyengine.org/) - A refreshingly simple data-driven game engine built in Rust * :tada: [bgfx](https://github.com/bkaradzic/bgfx) - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. * :tada: [bitsy](https://ledoux.itch.io/bitsy) - A little editor for little games or worlds. The goal is to make it easy to make games where you can walk around and talk to people and be somewhere. * :tada: [Bladecoder](https://github.com/bladecoder/bladecoder-adventure-engine) - Classic point and click adventure game engine and editor.