From 45e28ef32bca00d949f120d9649fe51e7083f1aa Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 6 Apr 2020 22:11:28 -0700 Subject: [PATCH] add modular design as a goal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12ca47838d..32172d52cf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang * Easy for newbies to pick up, but infinitely flexible for power users. * Fast iterative compile times. Ideally less than 1 second for small to medium sized projects. * Data-first game development using ECS (Entity Component System) +* Modular design: use only what you need ... replace what you don't like * High performance and parallel architecture * Use the latest and greatest rendering technologies and techniques