Skip to content

Commit 19741f2

Browse files
authored
N16: ECS scheduler thoughts, part 1 (#380)
1 parent 4d04667 commit 19741f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/posts/newsletter-016/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,19 @@ _Discussions:
114114

115115
## Learning Material Updates
116116

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+
117130
### [Chess game in Rust using Bevy]
118131

119132
![Tutorial result](bevy_chess.gif)

0 commit comments

Comments
 (0)