We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d04667 commit 19741f2Copy full SHA for 19741f2
content/posts/newsletter-016/index.md
@@ -114,6 +114,19 @@ _Discussions:
114
115
## Learning Material Updates
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
130
### [Chess game in Rust using Bevy]
131
132

0 commit comments