File tree 1 file changed +13
-0
lines changed
content/posts/newsletter-016
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,19 @@ _Discussions:
114
114
115
115
## Learning Material Updates
116
116
117
+ ### [ ECS scheduler thoughts, part 1]
118
+
119
+ [ @Ratys ] wrote an article about system schedulers in [ ECS] . It contains
120
+ an overview of the scheduling problem itself, covers the constraints a solution
121
+ to it should consider, and dissects schedulers of [ Bevy] engine and [ ` yaks ` ] as
122
+ examples.
123
+
124
+ [ ECS scheduler thoughts, part 1 ] : https://ratysz.github.io/article/scheduling-1/
125
+ [ @Ratys ] : https://twitter.com/ratysz
126
+ [ ECS ] : https://en.wikipedia.org/wiki/Entity_component_system
127
+ [ Bevy ] : https://bevyengine.org/
128
+ [ `yaks` ] : https://crates.io/crates/yaks
129
+
117
130
### [ Chess game in Rust using Bevy]
118
131
119
132
![ Tutorial result] ( bevy_chess.gif )
You can’t perform that action at this time.
0 commit comments