Skip to content

Commit fc53ff9

Browse files
committed
Add "Focus Areas" to readme
1 parent db1bf64 commit fc53ff9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ cargo run --example breakout
4949

5050
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/).
5151

52+
## Focus Areas
53+
54+
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:
55+
56+
### [Editor-Ready UI](https://github.com/bevyengine/bevy/issues/254)
57+
### [PBR / Clustered Forward Rendering](https://github.com/bevyengine/bevy/issues/179)
58+
### [Scenes](https://github.com/bevyengine/bevy/issues/255)
59+
5260
## Libraries Used
5361

5462
Bevy is only possible because of the hard work put into these foundational technologies:

0 commit comments

Comments
 (0)