From fc53ff9a717c9b200d1e42c7580f6ba5c307e73a Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Fri, 21 Aug 2020 12:50:05 -0700 Subject: [PATCH] Add "Focus Areas" to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bb93b5c6dc..64c4525458 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ cargo run --example breakout Bevy can be built just fine using default configuration on stable Rust. However for really fast iterative compiles, you should enable the "fast compiles" setup by [following the instructions here](http://bevyengine.org/learn/book/getting-started/setup/). +## Focus Areas + +Bevy has the following [Focus Areas](https://github.com/bevyengine/bevy/labels/focus-area). We are currently focusing our development efforts in these areas and they will receive priority for Bevy developers' time. If you would like to contribute to Bevy, you are heavily encouraged to join in on these efforts: + +### [Editor-Ready UI](https://github.com/bevyengine/bevy/issues/254) +### [PBR / Clustered Forward Rendering](https://github.com/bevyengine/bevy/issues/179) +### [Scenes](https://github.com/bevyengine/bevy/issues/255) + ## Libraries Used Bevy is only possible because of the hard work put into these foundational technologies: